d19ab38c32
- fix dependencies
26 lines
759 B
Makefile
26 lines
759 B
Makefile
# $OpenBSD: Makefile,v 1.12 2009/02/04 10:41:41 jasper Exp $
|
|
|
|
COMMENT= extends the Net::DNS module with DNSSEC functionality
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-DNS-SEC-0.15
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.net-dns.org/
|
|
|
|
# BSD-license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-MIME-Base32-*:mail/p5-MIME-Base32 \
|
|
:p5-Net-DNS->=0.64:net/p5-Net-DNS \
|
|
:p5-Digest-BubbleBabble->=0.01:security/p5-Digest-BubbleBabble \
|
|
:p5-Crypt-OpenSSL-RSA->=0.19:security/p5-Crypt-OpenSSL-RSA \
|
|
:p5-Crypt-OpenSSL-DSA->=0.10:security/p5-Crypt-OpenSSL-DSA \
|
|
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum \
|
|
:p5-Digest-SHA1-*:security/p5-Digest-SHA1
|
|
|
|
.include <bsd.port.mk>
|