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