diff options
Diffstat (limited to 'security/p5-Net-DNS-SEC')
-rw-r--r-- | security/p5-Net-DNS-SEC/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Net-DNS-SEC/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index 043876bb9b1..3078d6258be 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2006/04/06 06:22:43 reed Exp $ +# $NetBSD: Makefile,v 1.15 2007/05/17 17:30:21 heinz Exp $ # -DISTNAME= Net-DNS-SEC-0.12 +DISTNAME= Net-DNS-SEC-0.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nds -PKGREVISION= 1 CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -12,13 +11,16 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://www.net-dns.org/ COMMENT= DNSSEC extension to Net::DNS Perl DNS Resolver Module +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Net-DNS>=0.44:../../net/p5-Net-DNS DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.19:../../security/p5-Crypt-OpenSSL-RSA DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.03:../../security/p5-Crypt-OpenSSL-Bignum DEPENDS+= p5-Crypt-OpenSSL-DSA>=0.10:../../security/p5-Crypt-OpenSSL-DSA -DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1 +DEPENDS+= p5-Digest-SHA>=5.23:../../security/p5-Digest-SHA DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble +DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1 BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1 @@ -37,9 +39,9 @@ SUBST_FILES.p5nds= demo/getkeyset.pl SUBST_SED.p5nds= -e "1s,-I./blib/lib,," post-install: - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${DOCSUBDIR}/ + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCSUBDIR} .for f in getkeyset.pl key2ds make-signed-keyset - @${INSTALL_SCRIPT} ${WRKSRC}/demo/${f} ${PREFIX}/${EGSUBDIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/demo/${f} ${DESTDIR}${PREFIX}/${EGSUBDIR} .endfor .include "../../lang/perl5/module.mk" diff --git a/security/p5-Net-DNS-SEC/distinfo b/security/p5-Net-DNS-SEC/distinfo index c03b5404024..f7f6b3f149d 100644 --- a/security/p5-Net-DNS-SEC/distinfo +++ b/security/p5-Net-DNS-SEC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/04/20 16:22:38 heinz Exp $ +$NetBSD: distinfo,v 1.4 2007/05/17 17:30:21 heinz Exp $ -SHA1 (Net-DNS-SEC-0.12.tar.gz) = 199176a5354538d02f70311e14506b07f8e163ef -RMD160 (Net-DNS-SEC-0.12.tar.gz) = 1b5fd4e29fab6d1922e64978daa53d94554f0a88 -Size (Net-DNS-SEC-0.12.tar.gz) = 60698 bytes +SHA1 (Net-DNS-SEC-0.14.tar.gz) = a42c8f91a7e311f52a72aa81d14faffd14718c9a +RMD160 (Net-DNS-SEC-0.14.tar.gz) = 852240a67436e89bace1fd1d42ea659814ca8f8d +Size (Net-DNS-SEC-0.14.tar.gz) = 75473 bytes |