blob: deab5789a4c1c116891d34fc1df3d177d524f48e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= amq-protocol
PORTVERSION= 2.3.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AMQP serialization library for Ruby
WWW= https://github.com/ruby-amqp/amq-protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem python:env shebangfix
NO_ARCH= yes
SHEBANG_FILES= codegen/codegen.py
.include <bsd.port.mk>
|