aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-31 06:54:09 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-31 06:54:09 +0000
commit0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch)
treece66d6984b8e2580d19a3e478f618b13623e3080 /dns
parentc37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff)
downloadports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz
ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-DNS-Config/Makefile9
-rw-r--r--dns/p5-DNS-Zone/Makefile9
2 files changed, 6 insertions, 12 deletions
diff --git a/dns/p5-DNS-Config/Makefile b/dns/p5-DNS-Config/Makefile
index de41ea548f7a..af480bf4f87c 100644
--- a/dns/p5-DNS-Config/Makefile
+++ b/dns/p5-DNS-Config/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DNS-Config
-# Date created: 22 February 2003
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
-#
PORTNAME= DNS-Config
PORTVERSION= 0.66
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= DNS::Config is set of perl modules for name service configurations
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure patch
post-patch:
${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \
diff --git a/dns/p5-DNS-Zone/Makefile b/dns/p5-DNS-Zone/Makefile
index ff1f25f4f423..f771dee4a89a 100644
--- a/dns/p5-DNS-Zone/Makefile
+++ b/dns/p5-DNS-Zone/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DNS-Zone
-# Date created: 22 February 2003
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
+# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
-#
PORTNAME= DNS-Zone
PORTVERSION= 0.85
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= DNS::Zone is set of perl modules for name service zone files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure patch
post-patch:
${FIND} ${WRKSRC} -name '*.pm' -o -name '*.t' -o -name '*.PL' | \