diff options
Diffstat (limited to 'dns/p5-DNS-Config/Makefile')
-rw-r--r-- | dns/p5-DNS-Config/Makefile | 9 |
1 files changed, 3 insertions, 6 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' | \ |