6f7a14ebb5
PR: ports/170621 Approved by: maintainer timeout (clsung, >4 weeks)
19 lines
393 B
Makefile
19 lines
393 B
Makefile
# Ports collection makefile for: rubygem-amq-protocol
|
|
# Date created: 28 Sep 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= amq-protocol
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= An AMQP serialization library for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|