diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-15 15:53:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-15 15:53:24 +0000 |
commit | 1ce0317963a8f503d546c5ff356e49ff55f0c1e4 (patch) | |
tree | c45592723f37efa723ab4ce3b77ecd571f889433 /dns/p5-Net-DNS-SEC/Makefile | |
parent | 2d42b0a7ed0b8afa43acb622a259aacd98a8bd11 (diff) |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-SEC/Makefile')
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile index 945c2b70e178..22952de47f85 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -1,24 +1,18 @@ # $FreeBSD$ PORTNAME= Net-DNS-SEC -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= dns perl5 -MASTER_SITES= CPAN \ - http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNSSEC extensions to Net::DNS LICENSE= MIT BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.05:security/p5-Crypt-OpenSSL-Bignum \ - p5-Crypt-OpenSSL-EC>=1.01:security/p5-Crypt-OpenSSL-EC \ - p5-Crypt-OpenSSL-ECDSA>=0.06:security/p5-Crypt-OpenSSL-ECDSA \ - p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \ - p5-Crypt-OpenSSL-Random>=0.10:security/p5-Crypt-OpenSSL-Random \ - p5-Net-DNS>=1.08:dns/p5-Net-DNS +RUN_DEPENDS= p5-Net-DNS>=1.08:dns/p5-Net-DNS USES= perl5 ssl USE_PERL5= configure |