aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-amq-protocol/Makefile
blob: 9899a18c6005dfb32b38b1976b915f751354613c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>