diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-09 15:43:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-09 15:43:28 +0000 |
commit | 5ab11ae159884507ac3f4ca9ac1031e2f4b6fcbe (patch) | |
tree | f22e082f960798bae5b3d362b3211ce06658de7d /dns | |
parent | ed22b1058373a972d4f69cc4ececd39a9a401b1e (diff) | |
download | ports-5ab11ae159884507ac3f4ca9ac1031e2f4b6fcbe.tar.gz ports-5ab11ae159884507ac3f4ca9ac1031e2f4b6fcbe.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile index b127b3b1ed19..ec9f95e5ee7c 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile +++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse BIND8/9 zone files +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |