openbsd-ports/net/p5-Net-DNS-SEC/Makefile

30 lines
698 B
Makefile

# $OpenBSD: Makefile,v 1.24 2015/09/27 21:38:01 bluhm Exp $
COMMENT = extends the Net::DNS module with DNSSEC functionality
DISTNAME = Net-DNS-SEC-1.02
CATEGORIES = net security
HOMEPAGE = http://www.net-dns.org/
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://www.net-dns.org/download/
MODULES = cpan
RUN_DEPENDS = net/p5-Net-DNS>=1.01 \
security/p5-Crypt-OpenSSL-RSA>=0.27 \
security/p5-Crypt-OpenSSL-DSA>=0.14 \
security/p5-Crypt-OpenSSL-Bignum>=0.04
TEST_DEPENDS = devel/p5-Test-Pod>=1.45 \
security/p5-Crypt-OpenSSL-Random>=0.06 \
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = demo
.include <bsd.port.mk>