aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-25 04:51:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-25 04:51:40 +0000
commitf67a5adc7f9b54c043e36942a7c296de5a4e7d52 (patch)
tree48e5d4252eabbebd205a36458250741eb83a25ca /textproc/p5-XML-Atom
parentf7369eb69c8f288dd693b992a3e4229a7a68bd0d (diff)
downloadports-f67a5adc7f9b54c043e36942a7c296de5a4e7d52.tar.gz
ports-f67a5adc7f9b54c043e36942a7c296de5a4e7d52.zip
- Fix minimal version requirement of runtime dependencies
Notes
Notes: svn path=/head/; revision=276284
Diffstat (limited to 'textproc/p5-XML-Atom')
-rw-r--r--textproc/p5-XML-Atom/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile
index 10e4f2e2b84b..6378e9eab98f 100644
--- a/textproc/p5-XML-Atom/Makefile
+++ b/textproc/p5-XML-Atom/Makefile
@@ -14,16 +14,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules for Atom feed and API implementation
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
- ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
- ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/LWP/Authen/Wsse.pm:${PORTSDIR}/www/p5-LWP-Authen-Wsse \
- ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
- ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
- p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML
-BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-LWP-Authen-Wsse>=0:${PORTSDIR}/www/p5-LWP-Authen-Wsse \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML \
+ p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= 5.8.5+