diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-31 10:53:44 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-31 10:53:44 +0000 |
commit | 3d1081d6702bc3b083867696c25c394581b97ee7 (patch) | |
tree | 86c7db02e21436ac754c5ca7c735aed36048b5b6 /dns | |
parent | 3caa7fa62190daf16599ab1cc788a7a2164396d8 (diff) | |
download | ports-3d1081d6702bc3b083867696c25c394581b97ee7.tar.gz ports-3d1081d6702bc3b083867696c25c394581b97ee7.zip |
Add p5-Net-DNS-SEC(0.07), a perl module for DNSSEC extensions to Net::DNS.
PR: ports/44777
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=69190
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 30 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/distinfo | 1 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/pkg-comment | 1 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/pkg-descr | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/pkg-plist | 13 |
5 files changed, 49 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile new file mode 100644 index 000000000000..a1248bb56362 --- /dev/null +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Net-DNS-SEC +# Date created: 21 July 2002 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-DNS-SEC +PORTVERSION= 0.07 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +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}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +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::SEC.3 + +.include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-SEC/distinfo b/dns/p5-Net-DNS-SEC/distinfo new file mode 100644 index 000000000000..b496f648ef5c --- /dev/null +++ b/dns/p5-Net-DNS-SEC/distinfo @@ -0,0 +1 @@ +MD5 (Net-DNS-SEC-0.07.tar.gz) = 53421b5645d946dafbddefeb134cecd2 diff --git a/dns/p5-Net-DNS-SEC/pkg-comment b/dns/p5-Net-DNS-SEC/pkg-comment new file mode 100644 index 000000000000..400ae3e026b6 --- /dev/null +++ b/dns/p5-Net-DNS-SEC/pkg-comment @@ -0,0 +1 @@ +DNSSEC extensions to Net::DNS diff --git a/dns/p5-Net-DNS-SEC/pkg-descr b/dns/p5-Net-DNS-SEC/pkg-descr new file mode 100644 index 000000000000..bf6b354d441d --- /dev/null +++ b/dns/p5-Net-DNS-SEC/pkg-descr @@ -0,0 +1,4 @@ +This module implements DNSSEC (RFC 2535), SIG(0) (RFC 2931) and +draft-ietf-dnsext-delegation-signer-07.txt. + +WWW: http://www.ripe.net/disi/#NetDNS diff --git a/dns/p5-Net-DNS-SEC/pkg-plist b/dns/p5-Net-DNS-SEC/pkg-plist new file mode 100644 index 000000000000..115ea1d3c7b5 --- /dev/null +++ b/dns/p5-Net-DNS-SEC/pkg-plist @@ -0,0 +1,13 @@ +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%%/%%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 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 |