summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-02 18:52:07 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-02 18:52:07 +0000
commit4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch)
treea4a613f80a0e443c044c2319e43ce75e14c50813 /dns
parent- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff)
- Convert to new perl framework
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes
Notes: svn path=/head/; revision=324174
Diffstat (limited to 'dns')
-rw-r--r--dns/dns_mre/Makefile6
-rw-r--r--dns/p5-BIND-Conf_Parser/Makefile9
-rw-r--r--dns/p5-BIND-Config-Parser/Makefile9
-rw-r--r--dns/p5-DNS-EasyDNS/Makefile9
-rw-r--r--dns/p5-DNS-ZoneParse/Makefile9
-rw-r--r--dns/p5-Net-Bonjour/Makefile9
-rw-r--r--dns/p5-Net-DNS-Codes/Makefile9
-rw-r--r--dns/p5-Net-DNS-Lite/Makefile3
-rw-r--r--dns/p5-Net-DNS-SEC/Makefile3
-rw-r--r--dns/p5-Net-DNS-ToolKit/Makefile3
-rw-r--r--dns/p5-Net-DNS-ZoneFile-Fast/Makefile3
-rw-r--r--dns/p5-Net-DNS/Makefile4
-rw-r--r--dns/p5-Net-Domain-ExpireDate/Makefile3
-rw-r--r--dns/p5-Net-Nslookup/Makefile3
-rw-r--r--dns/p5-POE-Component-Client-DNS-Recursive/Makefile3
-rw-r--r--dns/p5-POE-Component-Client-DNS/Makefile9
-rw-r--r--dns/p5-POE-Component-Client-DNSBL/Makefile3
-rw-r--r--dns/p5-POE-Component-Server-DNS/Makefile3
-rw-r--r--dns/p5-pgeodns/Makefile3
19 files changed, 44 insertions, 59 deletions
diff --git a/dns/dns_mre/Makefile b/dns/dns_mre/Makefile
index fc160d5e48b9..c6be99bfd1f3 100644
--- a/dns/dns_mre/Makefile
+++ b/dns/dns_mre/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dns_mre
-# Date created: 2008-08-02
-# Whom: Tomoyuki Sakurai <cherry@trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
-#
PORTNAME= dns_mre
PORTVERSION= 1.0
diff --git a/dns/p5-BIND-Conf_Parser/Makefile b/dns/p5-BIND-Conf_Parser/Makefile
index a7fe258fb4b5..3a3f474766b1 100644
--- a/dns/p5-BIND-Conf_Parser/Makefile
+++ b/dns/p5-BIND-Conf_Parser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-BIND-Conf_Parser
-# Date created: 2002/06/18
-# Whom: andrew@ugh.net.au
-#
+# Created by: andrew@ugh.net.au
# $FreeBSD$
-#
PORTNAME= BIND-Conf_Parser
PORTVERSION= 0.95
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to parse BIND 8 configuration files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= BIND::Conf_Parser.3
diff --git a/dns/p5-BIND-Config-Parser/Makefile b/dns/p5-BIND-Config-Parser/Makefile
index 628d43160e5f..f5a32883eae1 100644
--- a/dns/p5-BIND-Config-Parser/Makefile
+++ b/dns/p5-BIND-Config-Parser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dns/p5-BIND-Config-Parser
-# Date created: 05 May 2010
-# Whom: Anton Berezin <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= BIND-Config-Parser
PORTVERSION= 0.01
@@ -18,7 +14,8 @@ COMMENT= Parse BIND Config files
BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= BIND::Config::Parser.3
diff --git a/dns/p5-DNS-EasyDNS/Makefile b/dns/p5-DNS-EasyDNS/Makefile
index 287c75b0926b..6b0b87d500f1 100644
--- a/dns/p5-DNS-EasyDNS/Makefile
+++ b/dns/p5-DNS-EasyDNS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DNS-EasyDNS
-# Date created: 28 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= DNS-EasyDNS
PORTVERSION= 0.04
@@ -20,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= DNS::EasyDNS.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
post-install:
.if !defined(NOPORTDOCS)
diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile
index 9772ff0298d0..b6ebf743ed81 100644
--- a/dns/p5-DNS-ZoneParse/Makefile
+++ b/dns/p5-DNS-ZoneParse/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DNS-ZoneParse
-# Date created: 15 July 2004
-# Whom: mat
-#
+# Created by: mat
# $FreeBSD$
-#
PORTNAME= DNS-ZoneParse
PORTVERSION= 1.10
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse and manipulate DNS Zone Files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DNS::ZoneParse.3
diff --git a/dns/p5-Net-Bonjour/Makefile b/dns/p5-Net-Bonjour/Makefile
index 9ff18cae434b..b09ca96ee256 100644
--- a/dns/p5-Net-Bonjour/Makefile
+++ b/dns/p5-Net-Bonjour/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Net-Bonjour
-# Date created: 2011-04-05
-# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
-#
+# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-Bonjour
PORTVERSION= 0.96
@@ -18,7 +14,8 @@ COMMENT= Module for DNS service discovery
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
BUILD_DEPENDS= p5-Net-DNS>=0.5:${PORTSDIR}/dns/p5-Net-DNS
diff --git a/dns/p5-Net-DNS-Codes/Makefile b/dns/p5-Net-DNS-Codes/Makefile
index 550e9b29da7e..6b70f58a5078 100644
--- a/dns/p5-Net-DNS-Codes/Makefile
+++ b/dns/p5-Net-DNS-Codes/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-DNS-Codes
-# Date created: 2006-09-11
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Net-DNS-Codes
PORTVERSION= 0.11
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Collection of C library DNS codes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::Codes.3
diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile
index 4fabf60e8940..47b14dbf308d 100644
--- a/dns/p5-Net-DNS-Lite/Makefile
+++ b/dns/p5-Net-DNS-Lite/Makefile
@@ -18,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Cache-LRU>=0:${PORTSDIR}/devel/p5-Cache-LRU \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::Lite.3
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile
index 453e31996be4..5bed4e2616eb 100644
--- a/dns/p5-Net-DNS-SEC/Makefile
+++ b/dns/p5-Net-DNS-SEC/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.03:${PORTSDIR}/security/p5-Crypt-OpenS
p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \
Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 \
diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile
index 27ccd4389917..7137152a7f4e 100644
--- a/dns/p5-Net-DNS-ToolKit/Makefile
+++ b/dns/p5-Net-DNS-ToolKit/Makefile
@@ -16,7 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::ToolKit.3 \
Net::DNS::ToolKit::Debug.3 \
diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile
index 5301a6062475..eb4e04bd0cc8 100644
--- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile
+++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile
@@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::ZoneFile::Fast.3
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index d2d2b12b5862..ecfef3266e94 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -18,8 +18,8 @@ TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBab
OPTIONS_DEFINE= IDN IPV6 DOCS
CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
-MAKE_JOBS_SAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS
MAN3= Net::DNS.3 Net::DNS::Domain.3 Net::DNS::DomainName.3 \
diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile
index 0dd3737bf321..daa4be1e1f7d 100644
--- a/dns/p5-Net-Domain-ExpireDate/Makefile
+++ b/dns/p5-Net-Domain-ExpireDate/Makefile
@@ -14,7 +14,8 @@ COMMENT= Perl module obtain expiration date of domain names
BUILD_DEPENDS= p5-Net-Whois-Raw>=0:${PORTSDIR}/net/p5-Net-Whois-Raw
RUN_DEPENDS= p5-Net-Whois-Raw>=0:${PORTSDIR}/net/p5-Net-Whois-Raw
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Domain::ExpireDate.3
diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile
index 657fab306ae0..4c450ffe6a2a 100644
--- a/dns/p5-Net-Nslookup/Makefile
+++ b/dns/p5-Net-Nslookup/Makefile
@@ -13,7 +13,8 @@ COMMENT= Provides the capabilities of the standard tool nslookup(1)
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Nslookup.3
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile
index c7322b571529..334c4f6da8eb 100644
--- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile
+++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-POE>=1.004:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= POE::Component::Client::DNS::Recursive.3
diff --git a/dns/p5-POE-Component-Client-DNS/Makefile b/dns/p5-POE-Component-Client-DNS/Makefile
index 559ceea10eaf..06790303e168 100644
--- a/dns/p5-POE-Component-Client-DNS/Makefile
+++ b/dns/p5-POE-Component-Client-DNS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: POE-Component-Client-DNS
-# Date created: 10 Dec 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= POE-Component-Client-DNS
PORTVERSION= 1.053
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-POE>=1.007:${PORTSDIR}/devel/p5-POE \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= POE::Component::Client::DNS.3
diff --git a/dns/p5-POE-Component-Client-DNSBL/Makefile b/dns/p5-POE-Component-Client-DNSBL/Makefile
index 9a916fbec2d0..97a8df12e532 100644
--- a/dns/p5-POE-Component-Client-DNSBL/Makefile
+++ b/dns/p5-POE-Component-Client-DNSBL/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= POE::Component::Client::DNSBL.3
diff --git a/dns/p5-POE-Component-Server-DNS/Makefile b/dns/p5-POE-Component-Server-DNS/Makefile
index 367535a8b789..aff5b47a51cb 100644
--- a/dns/p5-POE-Component-Server-DNS/Makefile
+++ b/dns/p5-POE-Component-Server-DNS/Makefile
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \
p5-POE-Filter-DNS-TCP>=0.04:${PORTSDIR}/dns/p5-POE-Filter-DNS-TCP
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= POE::Component::Server::DNS.3
diff --git a/dns/p5-pgeodns/Makefile b/dns/p5-pgeodns/Makefile
index 785aef9c48e0..f39a072a5bfa 100644
--- a/dns/p5-pgeodns/Makefile
+++ b/dns/p5-pgeodns/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
NO_MANCOMPRESS= no
MAN1= pgeodns.1