diff options
author | tobez <tobez@FreeBSD.org> | 2003-04-11 01:49:58 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-04-11 01:49:58 +0800 |
commit | d443c2ad4e6f373883dee3ef3826a53200ef60b1 (patch) | |
tree | 3292729a802387ffc53a7fd221190cca5a7e3c5b /net | |
parent | 8f6f43440bafdb812d32a73302aecbf0fa765ca3 (diff) | |
download | freebsd-ports-gnome-d443c2ad4e6f373883dee3ef3826a53200ef60b1.tar.gz freebsd-ports-gnome-d443c2ad4e6f373883dee3ef3826a53200ef60b1.tar.zst freebsd-ports-gnome-d443c2ad4e6f373883dee3ef3826a53200ef60b1.zip |
Add WWW, fix dependencies, change master sites.
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Whois-RIPE/pkg-descr | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index a23931f85bb6..f4794288a81c 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -9,14 +9,15 @@ 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 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= mich@freebsdcluster.org COMMENT= Implementation of RIPE Whois +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/net/p5-Net-Whois-RIPE/distinfo b/net/p5-Net-Whois-RIPE/distinfo index 93f1c7caa085..26f003151841 100644 --- a/net/p5-Net-Whois-RIPE/distinfo +++ b/net/p5-Net-Whois-RIPE/distinfo @@ -1 +1 @@ -MD5 (Net-Whois-RIPE-1.19.tar.gz) = 69020ae7f50b096df01fc6ea8a20456d +MD5 (Net-Whois-RIPE-1.19.tar.gz) = 185b53aad205ed645a7bf5478954bd10 diff --git a/net/p5-Net-Whois-RIPE/pkg-descr b/net/p5-Net-Whois-RIPE/pkg-descr index 7cab7f1eadca..17f1f4cd6f56 100644 --- a/net/p5-Net-Whois-RIPE/pkg-descr +++ b/net/p5-Net-Whois-RIPE/pkg-descr @@ -1,3 +1,8 @@ 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. + +WWW: http://search.cpan.org/dist/Net-Whois-RIPE/ + + Michael L. Hostbaek + mich@freebsdcluster.org |