blob: e8a6ed19800c098857548d63a55b436359d0e887 (
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.4
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>
|