diff options
Diffstat (limited to 'dns/p5-Net-DNS-ZoneFile-Fast/Makefile')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile index c161d2c0c2f0..5716761209b5 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile +++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS-ZoneFile-Fast -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse BIND8/9 zone files -RUN_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ +BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |