diff options
author | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-08-31 21:37:23 +0800 |
commit | 75b6e3fc793815d03bc3729793ea811554d12340 (patch) | |
tree | 153c663f7188f7ab3aa7429f49cf75bbc7880b4f /dns/p5-DNS-ZoneParse | |
parent | 1cd56b0c47da19f85df29bb4e8117a011a1793b5 (diff) | |
download | freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.gz freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.zst freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.zip |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Diffstat (limited to 'dns/p5-DNS-ZoneParse')
-rw-r--r-- | dns/p5-DNS-ZoneParse/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/p5-DNS-ZoneParse/Makefile b/dns/p5-DNS-ZoneParse/Makefile index 49d75cce447c..3aed90bc3527 100644 --- a/dns/p5-DNS-ZoneParse/Makefile +++ b/dns/p5-DNS-ZoneParse/Makefile @@ -8,8 +8,7 @@ PORTNAME= DNS-ZoneParse PORTVERSION= 0.95 CATEGORIES= dns textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DNS +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org @@ -24,9 +23,6 @@ MAN3= DNS::ZoneParse.3 .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.if ${PERL_LEVEL} < 500600 -IGNORE= needs perl 5.6+ to work, install lang/perl5 or lang/perl5.8 and try again -.endif .endif .include <bsd.port.post.mk> |