2009-02-04 10:41:41 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2009/02/04 10:41:41 jasper Exp $
|
2002-10-15 11:24:16 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= extends the Net::DNS module with DNSSEC functionality
|
2002-10-15 11:24:16 +00:00
|
|
|
|
2007-01-14 20:49:05 +00:00
|
|
|
MODULES= cpan
|
2009-02-04 10:41:41 +00:00
|
|
|
DISTNAME= Net-DNS-SEC-0.15
|
2007-01-14 20:49:05 +00:00
|
|
|
CATEGORIES= net
|
2005-12-18 00:12:48 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.net-dns.org/
|
2002-10-15 11:24:16 +00:00
|
|
|
|
2005-12-18 00:12:48 +00:00
|
|
|
# BSD-license
|
2002-10-15 11:24:16 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-02-04 10:41:41 +00:00
|
|
|
RUN_DEPENDS= :p5-MIME-Base32-*:mail/p5-MIME-Base32 \
|
|
|
|
:p5-Net-DNS->=0.64:net/p5-Net-DNS \
|
2004-01-11 19:13:09 +00:00
|
|
|
: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 \
|
2005-12-18 00:12:48 +00:00
|
|
|
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum \
|
2006-05-21 13:02:00 +00:00
|
|
|
:p5-Digest-SHA1-*:security/p5-Digest-SHA1
|
2002-10-15 11:24:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|