2008-10-01 17:54:55 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2008/10/01 21:54:55 sthen Exp $
|
2002-10-15 07:24:16 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= extends the Net::DNS module with DNSSEC functionality
|
2002-10-15 07:24:16 -04:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2006-05-21 09:02:00 -04:00
|
|
|
DISTNAME= Net-DNS-SEC-0.14
|
2008-10-01 17:54:55 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p2
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net
|
2005-12-17 19:12:48 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.net-dns.org/
|
2002-10-15 07:24:16 -04:00
|
|
|
|
2005-12-17 19:12:48 -05:00
|
|
|
# BSD-license
|
2002-10-15 07:24:16 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-12-10 14:30:41 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-12-07 14:53:51 -05:00
|
|
|
RUN_DEPENDS= :p5-Net-DNS->=0.44:net/p5-Net-DNS \
|
2004-01-11 14:13:09 -05: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-17 19:12:48 -05:00
|
|
|
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum \
|
2006-05-21 09:02:00 -04:00
|
|
|
:p5-Digest-SHA1-*:security/p5-Digest-SHA1
|
2002-10-15 07:24:16 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|