diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | d49922431f45777450b6c0618913107655f7043a (patch) | |
tree | 17c47694fb6d2043b21fe96fc9d157f499aa6a35 /dns | |
parent | 2189df97dd7c57e73204d6c402916a3859d1c392 (diff) | |
download | freebsd-ports-graphics-d49922431f45777450b6c0618913107655f7043a.tar.gz freebsd-ports-graphics-d49922431f45777450b6c0618913107655f7043a.tar.zst freebsd-ports-graphics-d49922431f45777450b6c0618913107655f7043a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile/Makefile b/dns/p5-Net-DNS-ZoneFile/Makefile index fdc927d1941..51aaae940f3 100644 --- a/dns/p5-Net-DNS-ZoneFile/Makefile +++ b/dns/p5-Net-DNS-ZoneFile/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-DNS-ZoneFile PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,6 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension to convert a zone file to a collection of RRs BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS= ${BUILD_DEPENDS} |