freebsd-ports/dns/p5-Net-DNS-SEC/Makefile
Kurt Jaeger 20f6ab5849 dns/p5-Net-DNS-SEC: 0.19 -> 0.20
- Fix rt.cpan.org #97457
  !hex! error when parsing NSEC3 with empty salt
2014-08-17 18:18:35 +00:00

26 lines
765 B
Makefile

# $FreeBSD$
PORTNAME= Net-DNS-SEC
PORTVERSION= 0.20
CATEGORIES= dns perl5
MASTER_SITES= CPAN \
http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DNSSEC extensions to Net::DNS
LICENSE= MIT
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.03:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
p5-Crypt-OpenSSL-DSA>=0.1:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
p5-Crypt-OpenSSL-RSA>=0.19:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble \
p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \
p5-Net-DNS>=0.69:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>