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 | |
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)
-rw-r--r-- | audio/p5-Music-Audioscrobbler-MPD/Makefile | 4 | ||||
-rw-r--r-- | audio/p5-Music-Audioscrobbler-Submit/Makefile | 4 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/Makefile | 8 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile | 8 | ||||
-rw-r--r-- | irc/p5-POE-Filter-IRCD/Makefile | 2 | ||||
-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 | ||||
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 4 |
9 files changed, 23 insertions, 23 deletions
diff --git a/audio/p5-Music-Audioscrobbler-MPD/Makefile b/audio/p5-Music-Audioscrobbler-MPD/Makefile index 1072059aa3ae..c639b171e28c 100644 --- a/audio/p5-Music-Audioscrobbler-MPD/Makefile +++ b/audio/p5-Music-Audioscrobbler-MPD/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Module to submit songs to last.fm from MPD -BUILD_DEPENDS= ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \ +BUILD_DEPENDS= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit -RUN_DEPENDS:= ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \ +RUN_DEPENDS:= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \ p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit PERL_CONFIGURE= yes diff --git a/audio/p5-Music-Audioscrobbler-Submit/Makefile b/audio/p5-Music-Audioscrobbler-Submit/Makefile index ce2cbaa46868..7c1fd906018f 100644 --- a/audio/p5-Music-Audioscrobbler-Submit/Makefile +++ b/audio/p5-Music-Audioscrobbler-Submit/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Module to submit songs to last.fm from MPD -BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options -RUN_DEPENDS:= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options PERL_CONFIGURE= yes diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile index 321ba9c55066..6bb3c6b3c0c0 100644 --- a/irc/p5-Bot-BasicBot/Makefile +++ b/irc/p5-Bot-BasicBot/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Simple irc bot baseclass -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC MAN3= Bot::BasicBot.3 diff --git a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile index b755481066d5..b67ca947f31d 100644 --- a/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A IRC plugin that provides CoreList goodness. -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC -RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC +RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PERL_CONFIGURE= yes diff --git a/irc/p5-POE-Filter-IRCD/Makefile b/irc/p5-POE-Filter-IRCD/Makefile index 651ac24802b3..08684767d8c0 100644 --- a/irc/p5-POE-Filter-IRCD/Makefile +++ b/irc/p5-POE-Filter-IRCD/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= A POE-based parser for the IRC protocol -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes 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 diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 0e0d59795438..41df31fc45cc 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Extract the structure of a quoted mail message -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USE_PERL5= yes PERL_MODBUILD= Module::Build |