aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-amq-protocol/Makefile
blob: 78befddec26e42d04c2ba0d2869f546425c291d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.0
CATEGORIES= net rubygems
MASTER_SITES=   RG

MAINTAINER= clsung@FreeBSD.org
COMMENT=    An AMQP 0.9.1 serialization library for Ruby

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>