diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-24 00:56:41 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-24 00:56:41 +0000 |
commit | 612fe0907a1178d6e86a7a43420ba03340e8d3f5 (patch) | |
tree | 6de35abb9f3bd95054ff2ad909708747a354a653 /net/p5-Net-Whois-Raw | |
parent | 156af82b837bb2acef5adb8438ede53853899367 (diff) | |
download | ports-612fe0907a1178d6e86a7a43420ba03340e8d3f5.tar.gz ports-612fe0907a1178d6e86a7a43420ba03340e8d3f5.zip |
- update to 1.1.1
- assign maintainership to perl@
PR: 92086
Submitted by: leeym
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=154301
Diffstat (limited to 'net/p5-Net-Whois-Raw')
-rw-r--r-- | net/p5-Net-Whois-Raw/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-Whois-Raw/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/p5-Net-Whois-Raw/Makefile b/net/p5-Net-Whois-Raw/Makefile index a2cb1b6320b6..3ddd48a7c73c 100644 --- a/net/p5-Net-Whois-Raw/Makefile +++ b/net/p5-Net-Whois-Raw/Makefile @@ -6,17 +6,20 @@ # PORTNAME= Net-Whois-Raw -PORTVERSION= 0.98 +PORTVERSION= 1.1.1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -MAINTAINER= kappa@freebsd.org.ua +MAINTAINER= perl@FreeBSD.org COMMENT= Very simple Perl interface to query raw whois data +RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes -INSTALL_TARGET= pure_install MAN3= Net::Whois::Raw.3 MAN1= pwhois.1 diff --git a/net/p5-Net-Whois-Raw/distinfo b/net/p5-Net-Whois-Raw/distinfo index 23d23996d8e2..2e352bf123aa 100644 --- a/net/p5-Net-Whois-Raw/distinfo +++ b/net/p5-Net-Whois-Raw/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Whois-Raw-0.98.tar.gz) = b6b3dbc041f040617b4d7655945fedc9 -SHA256 (Net-Whois-Raw-0.98.tar.gz) = 88b53343b546fd3bcf76d4fa31d0dbd7bcf9b06f03e9a629f0315d068486bce3 -SIZE (Net-Whois-Raw-0.98.tar.gz) = 15644 +MD5 (Net-Whois-Raw-1.1.1.tar.gz) = 820ee01f1d8cf0ae65e6d560e898b670 +SHA256 (Net-Whois-Raw-1.1.1.tar.gz) = d008b26fd0646d53a80b3b780371c29121c1e74e5285c714a8bfdf6eefc228c8 +SIZE (Net-Whois-Raw-1.1.1.tar.gz) = 17935 |