freebsd-ports/net/rubygem-amq-protocol/Makefile

20 lines
333 B
Makefile
Raw Normal View History

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= amq-protocol
PORTVERSION= 1.9.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AMQP serialization library for Ruby
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>