diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-11 03:38:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-11 03:38:44 +0000 |
commit | 21b00c4d9a872a4b9e9dcb5cacb94c9ce12c07dc (patch) | |
tree | 36dcb4f19f3d34d26b31536e7137861daee183f2 /net/p5-Net-Whois-RIPE | |
parent | d7e4c9c96f9235ae1c760a435cb5d507bf2d9766 (diff) | |
download | ports-21b00c4d9a872a4b9e9dcb5cacb94c9ce12c07dc.tar.gz ports-21b00c4d9a872a4b9e9dcb5cacb94c9ce12c07dc.zip |
Notes
Diffstat (limited to 'net/p5-Net-Whois-RIPE')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 26 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/pkg-plist | 15 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile new file mode 100644 index 000000000000..a457e2632aa5 --- /dev/null +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: p5-Net-Whois-RIPE +# Date created: Sep 11, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Net-Whois-RIPE +PORTVERSION= 1.19 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ${PORTNAME:L} Net +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::Whois::RIPE::Iterator.3 \ + Net::Whois::RIPE::Object.3 \ + Net::Whois::RIPE.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Whois-RIPE/distinfo b/net/p5-Net-Whois-RIPE/distinfo new file mode 100644 index 000000000000..93f1c7caa085 --- /dev/null +++ b/net/p5-Net-Whois-RIPE/distinfo @@ -0,0 +1 @@ +MD5 (Net-Whois-RIPE-1.19.tar.gz) = 69020ae7f50b096df01fc6ea8a20456d diff --git a/net/p5-Net-Whois-RIPE/pkg-comment b/net/p5-Net-Whois-RIPE/pkg-comment new file mode 100644 index 000000000000..4218af56ca3c --- /dev/null +++ b/net/p5-Net-Whois-RIPE/pkg-comment @@ -0,0 +1 @@ +Implementation of RIPE Whois diff --git a/net/p5-Net-Whois-RIPE/pkg-descr b/net/p5-Net-Whois-RIPE/pkg-descr new file mode 100644 index 000000000000..7cab7f1eadca --- /dev/null +++ b/net/p5-Net-Whois-RIPE/pkg-descr @@ -0,0 +1,3 @@ +This is an object-orienated perl module that provides methods to query, +retrieve and update RIPE-157 formated objects, from whois servers that +support this format. diff --git a/net/p5-Net-Whois-RIPE/pkg-plist b/net/p5-Net-Whois-RIPE/pkg-plist new file mode 100644 index 000000000000..76fc74303a2c --- /dev/null +++ b/net/p5-Net-Whois-RIPE/pkg-plist @@ -0,0 +1,15 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Iterator.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Iterator.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object.pod +lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object/Template.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE/Object +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Whois/RIPE +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Whois 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Whois/RIPE +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Whois 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true |