diff options
author | az <az@FreeBSD.org> | 2012-06-04 11:16:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 11:16:02 +0800 |
commit | 4b6e205dce71ca700ece68d8fe2c97c44966ca7b (patch) | |
tree | ee8a742abd774337e3746a45915a23c1f2567388 /net | |
parent | 9c15c0ce5dd32a7f06bff82b1f7b531b763e623b (diff) | |
download | freebsd-ports-gnome-4b6e205dce71ca700ece68d8fe2c97c44966ca7b.tar.gz freebsd-ports-gnome-4b6e205dce71ca700ece68d8fe2c97c44966ca7b.tar.zst freebsd-ports-gnome-4b6e205dce71ca700ece68d8fe2c97c44966ca7b.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via IRC)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-EPP/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-MAC/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Sort-Key-IPv4/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Net-EPP/Makefile b/net/p5-Net-EPP/Makefile index 0754047ca129..a43477475d23 100644 --- a/net/p5-Net-EPP/Makefile +++ b/net/p5-Net-EPP/Makefile @@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Client library for the TCP transport for EPP -BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1 -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ +RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1 MAN3= Net::EPP.3 \ diff --git a/net/p5-Net-MAC/Makefile b/net/p5-Net-MAC/Makefile index cdf936586a1d..ce8305421959 100644 --- a/net/p5-Net-MAC/Makefile +++ b/net/p5-Net-MAC/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Perl 5 module for representing and manipulating MAC addresses -BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww MAN3= Net::MAC.3 diff --git a/net/p5-Sort-Key-IPv4/Makefile b/net/p5-Sort-Key-IPv4/Makefile index 487c7b68fbfb..ca5daba2d0eb 100644 --- a/net/p5-Sort-Key-IPv4/Makefile +++ b/net/p5-Sort-Key-IPv4/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Perl extension for sorting IPv4 addresses -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key +BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key +RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key PERL_CONFIGURE= yes |