summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-12-18 04:21:17 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-12-18 04:21:17 +0000
commit1a0c130fd2bd1848f2a9c41102f9832b1e4fec26 (patch)
tree03ae38c25e7bae3d7c79806b593e7dea580c0a62 /net
parentUpdate to 1.26.2. (diff)
- simplify dependency
- bump PORTREVISION
Notes
Notes: svn path=/head/; revision=246116
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-EPP-Proxy/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net-EPP-Proxy/Makefile b/net/p5-Net-EPP-Proxy/Makefile
index eab62915cae9..148887c57e73 100644
--- a/net/p5-Net-EPP-Proxy/Makefile
+++ b/net/p5-Net-EPP-Proxy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-EPP-Proxy
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,14 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A proxy server for the EPP protocol
-BUILD_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
- ${SITE_PERL}/Net/EPP.pm:${PORTSDIR}/net/p5-Net-EPP \
- ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
- ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \
+ p5-Net-EPP>=0.03:${PORTSDIR}/net/p5-Net-EPP \
+ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
+ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
+BUILD_DEPENDS= ${RUN_DEPENDS}
MAN3= Net::EPP::Proxy.3