mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
29 lines
794 B
Makefile
29 lines
794 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-DNS-SEC
|
|
PORTVERSION= 1.03
|
|
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.04:security/p5-Crypt-OpenSSL-Bignum \
|
|
p5-Crypt-OpenSSL-DSA>=0.14:security/p5-Crypt-OpenSSL-DSA \
|
|
p5-Crypt-OpenSSL-EC>=1.01:security/p5-Crypt-OpenSSL-EC \
|
|
p5-Crypt-OpenSSL-ECDSA>=0.6:security/p5-Crypt-OpenSSL-ECDSA \
|
|
p5-Crypt-OpenSSL-RSA>=0.27:security/p5-Crypt-OpenSSL-RSA \
|
|
p5-Crypt-OpenSSL-Random>=0.06:security/p5-Crypt-OpenSSL-Random
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Net-DNS>=1.01:dns/p5-Net-DNS
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|