aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ejabberd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ejabberd/Makefile')
-rw-r--r--net-im/ejabberd/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile
index b946d2fe4b6..95a7ed1ccfc 100644
--- a/net-im/ejabberd/Makefile
+++ b/net-im/ejabberd/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= ejabberd
-PORTVERSION= 2.1.8
-PORTREVISION= 2
+PORTVERSION= 2.1.9
CATEGORIES= net-im
MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PORTVERSION}/
MAINTAINER= ashish@FreeBSD.org
COMMENT= Free and Open Source distributed fault-tolerant Jabber server
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/COPYING
+
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
@@ -40,9 +42,6 @@ SUB_LIST= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \
USERS=${USERS} GROUPS=${GROUPS}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/COPYING
-
.include <bsd.port.pre.mk>
USE_OPENSSL= yes