summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS-SEC
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-04 11:09:32 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-04 11:09:32 +0000
commite836a50818ff77dfce19b50586ca0b848f3ddc67 (patch)
tree17ee56f5478afd54a6d181b43f6c0be1e572b2cf /dns/p5-Net-DNS-SEC
parentNo longer requires 5.6.1 (diff)
Update to 0.11
Notes
Notes: svn path=/head/; revision=88514
Diffstat (limited to 'dns/p5-Net-DNS-SEC')
-rw-r--r--dns/p5-Net-DNS-SEC/Makefile23
-rw-r--r--dns/p5-Net-DNS-SEC/distinfo2
-rw-r--r--dns/p5-Net-DNS-SEC/pkg-plist35
3 files changed, 34 insertions, 26 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile
index 0280de55a271..72e55f3ef58d 100644
--- a/dns/p5-Net-DNS-SEC/Makefile
+++ b/dns/p5-Net-DNS-SEC/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DNS-SEC
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/
@@ -16,25 +16,28 @@ PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= DNSSEC extensions to Net::DNS
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble
+BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
+ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
+ ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
+ ${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \
Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 \
- Net::DNS::RR::SIG::Private.3 Net::DNS::SEC.3
+ Net::DNS::RR::SIG::Private.3 Net::DNS::SEC.3 \
+ Net::DNS::SEC::Private.3 Net::DNS::RR::RRSIG.3 \
+ Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>
diff --git a/dns/p5-Net-DNS-SEC/distinfo b/dns/p5-Net-DNS-SEC/distinfo
index c6fa6d1c385b..3830b81816dd 100644
--- a/dns/p5-Net-DNS-SEC/distinfo
+++ b/dns/p5-Net-DNS-SEC/distinfo
@@ -1 +1 @@
-MD5 (Net-DNS-SEC-0.10.tar.gz) = e9c42131e7506fe92fc860547b92787f
+MD5 (Net-DNS-SEC-0.11.tar.gz) = 6ccc37b2f38b830a8fd0a69901f947bb
diff --git a/dns/p5-Net-DNS-SEC/pkg-plist b/dns/p5-Net-DNS-SEC/pkg-plist
index 99bea7634276..d8128f8c205d 100644
--- a/dns/p5-Net-DNS-SEC/pkg-plist
+++ b/dns/p5-Net-DNS-SEC/pkg-plist
@@ -1,15 +1,20 @@
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/SEC.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Keyset.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/DS.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/KEY.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NXT.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG/Private.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
+%%SITE_PERL%%/Net/DNS/SEC.pm
+%%SITE_PERL%%/Net/DNS/Keyset.pm
+%%SITE_PERL%%/Net/DNS/RR/DS.pm
+%%SITE_PERL%%/Net/DNS/RR/DNSKEY.pm
+%%SITE_PERL%%/Net/DNS/RR/KEY.pm
+%%SITE_PERL%%/Net/DNS/RR/NSEC.pm
+%%SITE_PERL%%/Net/DNS/SEC/Private.pm
+%%SITE_PERL%%/Net/DNS/RR/NXT.pm
+%%SITE_PERL%%/Net/DNS/RR/RRSIG.pm
+%%SITE_PERL%%/Net/DNS/RR/SIG.pm
+%%SITE_PERL%%/Net/DNS/RR/SIG/Private.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/SEC 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Net/DNS/SEC
+@unexec rmdir %D/%%SITE_PERL%%/Net/DNS/RR/SIG 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net/DNS/RR 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net/DNS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true