aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2012-03-23 04:19:42 +0800
committerskv <skv@FreeBSD.org>2012-03-23 04:19:42 +0800
commit855dab54e8ea654fa86740b07d4ea7db5a83fe65 (patch)
treef2ac7cf51a0424f556e8622eac67df3175e26b31 /net-im
parentbd3fc37ce1f2bbdb1d4ebf2a52097cdcbd3a77be (diff)
downloadfreebsd-ports-gnome-855dab54e8ea654fa86740b07d4ea7db5a83fe65.tar.gz
freebsd-ports-gnome-855dab54e8ea654fa86740b07d4ea7db5a83fe65.tar.zst
freebsd-ports-gnome-855dab54e8ea654fa86740b07d4ea7db5a83fe65.zip
- Add missing *_DEPENDS [1]
- pass maintainership to perl@ PR: ports/165766 [1] Submitted by: swills Feature safe: yes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/p5-DJabberd/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/net-im/p5-DJabberd/Makefile b/net-im/p5-DJabberd/Makefile
index 892ab0557de2..8d13e3199643 100644
--- a/net-im/p5-DJabberd/Makefile
+++ b/net-im/p5-DJabberd/Makefile
@@ -7,22 +7,25 @@
PORTNAME= DJabberd
PORTVERSION= 0.85
+PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MART
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Scalable, extensible Jabber/XMPP server framework
-BUILD_DEPENDS= ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
- ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
- ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/SAX.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
- ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
- ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
- ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC
+BUILD_DEPENDS= p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket \
+ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
+ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
+ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+ p5-Unicode-Stringprep>=0:${PORTSDIR}/converters/p5-Unicode-Stringprep
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
PERL_CONFIGURE= yes