summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 13:48:34 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 13:48:34 +0000
commit4641b63dd110dfe3a5eb439a464a3b08b0a4075d (patch)
tree8921d3aea2ab8ce149421e10ca80d7879fe2ce78 /dns
parent- Update to 0.10.11 (diff)
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300273
Diffstat (limited to 'dns')
-rw-r--r--dns/ddclient/Makefile2
-rw-r--r--dns/dnscheckengine/Makefile2
-rw-r--r--dns/dnsmax-perl/Makefile6
-rw-r--r--dns/dnswalk/Makefile2
-rw-r--r--dns/p5-Net-DNS-Resolver-Programmable/Makefile4
-rw-r--r--dns/p5-Net-DNSBL-MultiDaemon/Makefile12
-rw-r--r--dns/rbllookup-ng/Makefile4
-rw-r--r--dns/rbllookup/Makefile4
-rw-r--r--dns/scavenge/Makefile2
9 files changed, 19 insertions, 19 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile
index d327f32153a9..32432f3825a5 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 ad6f222978e4..c8d92f7ac5b5 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 091557a68285..f297838a49f5 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 9a46aad85137..2743ac059963 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 ffb6deb92bed..60641acb0ff0 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 31a3ffa5944c..e9202b8cb01e 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 8e0827b3fdcc..036202340f16 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 01d7732f789c..411143dd8b95 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 e5cf5be4b09a..b36f97b986e2 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