aboutsummaryrefslogtreecommitdiff
path: root/net/rabbitmq/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2014-01-24 10:36:33 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2014-01-24 10:36:33 +0000
commit558f41538b3aa26a5352b85471f37ce7a7ea60be (patch)
treecd3eb6943ef028f71aef1ead6c77e0602df89ec3 /net/rabbitmq/Makefile
parente25b6f50db9b68e3bc9c7f5de7f8092a25a61045 (diff)
downloadports-558f41538b3aa26a5352b85471f37ce7a7ea60be.tar.gz
ports-558f41538b3aa26a5352b85471f37ce7a7ea60be.zip
Upgrade to version 3.2.3 and add LICENSE.
Notes
Notes: svn path=/head/; revision=340888
Diffstat (limited to 'net/rabbitmq/Makefile')
-rw-r--r--net/rabbitmq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile
index 8d35f2df3814..95d468be8ece 100644
--- a/net/rabbitmq/Makefile
+++ b/net/rabbitmq/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rabbitmq
-PORTVERSION= 3.2.2
-PORTREVISION= 2
+PORTVERSION= 3.2.3
CATEGORIES= net
MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-server-${PORTVERSION}
@@ -11,6 +10,8 @@ DISTNAME= ${PORTNAME}-server-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= RabbitMQ is an implementation of AMQP
+LICENSE= MPL
+
BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang \
${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \
xmlto:${PORTSDIR}/textproc/xmlto \