diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
commit | 4bbf5addf372642e05a43cd37944f1625d747af8 (patch) | |
tree | 0f91ab31aaf44c60e525c5b9718b94fcb9c28574 | |
parent | 0120134c53e9ce38a36ce97e6bd529ebf4bc541e (diff) | |
download | FreeBSD-ports-4bbf5addf372642e05a43cd37944f1625d747af8.zip FreeBSD-ports-4bbf5addf372642e05a43cd37944f1625d747af8.tar.gz |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
-rw-r--r-- | dns/ddclient/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscheckengine/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmax-perl/Makefile | 6 | ||||
-rw-r--r-- | dns/dnswalk/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Resolver-Programmable/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNSBL-MultiDaemon/Makefile | 12 | ||||
-rw-r--r-- | dns/rbllookup-ng/Makefile | 4 | ||||
-rw-r--r-- | dns/rbllookup/Makefile | 4 | ||||
-rw-r--r-- | dns/scavenge/Makefile | 2 |
9 files changed, 19 insertions, 19 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index d327f32..32432f3 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -26,7 +26,7 @@ OPTIONS= SSL "Enable SSL support" ON .include <bsd.port.options.mk> .ifndef WITHOUT_SSL -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL .endif SUB_FILES= pkg-message ddclient_force diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index ad6f222..c8d92f7 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -46,7 +46,7 @@ OPTIONS= MYSQL "Add MySQL Support (needed for webgui)" off .if defined(WITH_MYSQL) BUILD_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes .endif diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index 091557a..f297838 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/} MAINTAINER= dan@algenta.com COMMENT= DNSMax-perl is a perl DNS update client for the REST DNSMax protocol -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww USE_ZIP= yes NO_BUILD= yes diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 9a46aad..2743ac0 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= mark@foster.cc COMMENT= DNS debugger - requests a zone transfer and analyzes the result -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS NO_WRKSUBDIR= YES NO_BUILD= YES diff --git a/dns/p5-Net-DNS-Resolver-Programmable/Makefile b/dns/p5-Net-DNS-Resolver-Programmable/Makefile index ffb6deb..60641ac 100644 --- a/dns/p5-Net-DNS-Resolver-Programmable/Makefile +++ b/dns/p5-Net-DNS-Resolver-Programmable/Makefile @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= gmc@sonologic.nl COMMENT= Programmable DNS resolver for off-line testing -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-version>=0:${PORTSDIR}/devel/p5-version BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/dns/p5-Net-DNSBL-MultiDaemon/Makefile b/dns/p5-Net-DNSBL-MultiDaemon/Makefile index 31a3ffa..e9202b8 100644 --- a/dns/p5-Net-DNSBL-MultiDaemon/Makefile +++ b/dns/p5-Net-DNSBL-MultiDaemon/Makefile @@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= greenwood.andy@gmail.com COMMENT= Net::DNSBL::MultiDaemon - multi DNSBL prioritization -BUILD_DEPENDS= ${SITE_PERL}/mach/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - ${SITE_PERL}/Geo/IP/PurePerl.pm:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ - ${SITE_PERL}/mach/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - ${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \ - ${SITE_PERL}/mach/Net/DNS/ToolKit.pm:${PORTSDIR}/dns/p5-Net-DNS-ToolKit +BUILD_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ + p5-Geo-IP-PurePerl>=0:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ + p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ + p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ + p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${SITE_PERL}/File/SafeDO.pm:${PORTSDIR}/devel/p5-File-SafeDO + p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO PERL_CONFIGURE= yes diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index 8e0827b..0362023 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Check given IP/Host presence in RBLs -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor NO_BUILD= yes USE_PERL5= yes diff --git a/dns/rbllookup/Makefile b/dns/rbllookup/Makefile index 01d7732..411143d 100644 --- a/dns/rbllookup/Makefile +++ b/dns/rbllookup/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= SF MAINTAINER= drixter@e-utp.net COMMENT= Check given IP/Host presence in 106 RBLs -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor NO_BUILD= yes USE_PERL5= yes diff --git a/dns/scavenge/Makefile b/dns/scavenge/Makefile index e5cf5be..b36f97b 100644 --- a/dns/scavenge/Makefile +++ b/dns/scavenge/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://mark.foster.cc/pub/scavenge/ MAINTAINER= mark@foster.cc COMMENT= Discover/audit forward and reverse DNS records -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ nmap:${PORTSDIR}/security/nmap PLIST_FILES= bin/scavenge |