diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-07 04:07:27 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-07 04:07:27 +0000 |
commit | c1decd916568c6c70fa6db772f154d005ec56f96 (patch) | |
tree | 52f70da39cf1d411e04ba0393e0bc3089120dc93 | |
parent | bacced750ad18aefdb80704c11e98aa37910679b (diff) | |
download | ports-c1decd916568c6c70fa6db772f154d005ec56f96.tar.gz ports-c1decd916568c6c70fa6db772f154d005ec56f96.zip |
Notes
-rw-r--r-- | net/p5-Net-Whois/Makefile | 26 | ||||
-rw-r--r-- | net/p5-Net-Whois/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-Whois/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Whois/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Net-Whois/pkg-plist | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile new file mode 100644 index 000000000000..7a9a247a8c5c --- /dev/null +++ b/net/p5-Net-Whois/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Net-Whois +# Version required: 0.21 +# Date created: June 7th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Net-Whois-0.21 +PKGNAME= p5-Net-Whois-0.21 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 + +MANPREFIX= /usr/local/lib/perl5 +MAN3= Net::Whois.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/net/p5-Net-Whois/distinfo b/net/p5-Net-Whois/distinfo new file mode 100644 index 000000000000..3cf39f246674 --- /dev/null +++ b/net/p5-Net-Whois/distinfo @@ -0,0 +1 @@ +MD5 (Net-Whois-0.21.tar.gz) = 75b262e0d32a826938793cf58fdf3d1b diff --git a/net/p5-Net-Whois/pkg-comment b/net/p5-Net-Whois/pkg-comment new file mode 100644 index 000000000000..a685db256e35 --- /dev/null +++ b/net/p5-Net-Whois/pkg-comment @@ -0,0 +1 @@ +a perl5 module to get information using the Whois protocol. diff --git a/net/p5-Net-Whois/pkg-descr b/net/p5-Net-Whois/pkg-descr new file mode 100644 index 000000000000..3049ab97b8e3 --- /dev/null +++ b/net/p5-Net-Whois/pkg-descr @@ -0,0 +1,7 @@ +This is a Perl 5 module that retrieves and parses information from the +InterNIC 'whois' database. If you are behind a firewall, you probably +won't be able to use this module. + +This version supports only the information about domains. Future work +may include information about people and other entities about which +the InterNIC keeps data. diff --git a/net/p5-Net-Whois/pkg-plist b/net/p5-Net-Whois/pkg-plist new file mode 100644 index 000000000000..82d68d3c06c7 --- /dev/null +++ b/net/p5-Net-Whois/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/man/man3/Net::Whois.3.gz +lib/perl5/site_perl/Net/Whois.pm +lib/perl5/site_perl/i386-freebsd/auto/Net/Whois/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/Whois |