summaryrefslogtreecommitdiff
path: root/net/rubygem-amq-protocol/Makefile
blob: 8ce1df1fa4f65e395aa2c2df5da8ad6df3edc7e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	amq-protocol
PORTVERSION=	2.3.2
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	AMQP serialization library for Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem python:env shebangfix
USE_RUBY=	yes

NO_ARCH=	yes
REINPLACE_ARGS=	-i ''

SHEBANG_FILES=	codegen/codegen.py

.include <bsd.port.mk>