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