aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 01:51:57 +0800
committeraz <az@FreeBSD.org>2012-06-29 01:51:57 +0800
commit59db4660951d60ad3a8736d31c7de0b86125544f (patch)
treea29b0fc20437a721f60a9557342a190d5a13a21b /devel
parent349357b0704a96b648afe1e0544148c5e82d6e63 (diff)
downloadfreebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.tar.gz
freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.tar.zst
freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Config-YAML/Makefile4
-rw-r--r--devel/p5-libxml-enno/Makefile20
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/p5-Config-YAML/Makefile b/devel/p5-Config-YAML/Makefile
index 832c84b4919f..3d3c55a939a6 100644
--- a/devel/p5-Config-YAML/Makefile
+++ b/devel/p5-Config-YAML/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Simple configuration automation
-BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
-RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
PERL_CONFIGURE= yes
diff --git a/devel/p5-libxml-enno/Makefile b/devel/p5-libxml-enno/Makefile
index 9d6c1c74cef2..0a61b9103e8d 100644
--- a/devel/p5-libxml-enno/Makefile
+++ b/devel/p5-libxml-enno/Makefile
@@ -15,16 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= A group of perl modules for XML parsing
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
- ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
- ${SITE_PERL}/Parse/Yapp/Parse.pm:${PORTSDIR}/devel/p5-Parse-Yapp
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
- ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
- ${SITE_PERL}/Parse/Yapp/Parse.pm:${PORTSDIR}/devel/p5-Parse-Yapp
+BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
+ p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
+ p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp
+RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
+ p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
+ p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp
CONFLICTS= p5-XML-DOM-[0-9]* p5-XML-Filter-DetectWS-[0-9]* \
p5-XML-Filter-Reindent-[0-9]* p5-XML-Filter-SAXT-[0-9]* \