diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-13 01:04:13 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-13 01:04:13 +0000 |
commit | e4e7e5853a81325e24c7704a785347da14424643 (patch) | |
tree | d4b5e2390ccf7a6f6e42fd9dcd674ebc3724fe77 | |
parent | fb0327b8d47cbbdd04c1bdc66f656b48a7926d47 (diff) | |
download | FreeBSD-ports-e4e7e5853a81325e24c7704a785347da14424643.zip FreeBSD-ports-e4e7e5853a81325e24c7704a785347da14424643.tar.gz |
update www/p5-WWW-Robot to 0.023
PR: ports/48206
Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r-- | www/p5-WWW-Robot/Makefile | 5 | ||||
-rw-r--r-- | www/p5-WWW-Robot/distinfo | 2 | ||||
-rw-r--r-- | www/p5-WWW-Robot/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-WWW-Robot/pkg-descr | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-WWW-Robot/Makefile b/www/p5-WWW-Robot/Makefile index d368028..6fa3272 100644 --- a/www/p5-WWW-Robot/Makefile +++ b/www/p5-WWW-Robot/Makefile @@ -6,16 +6,17 @@ # PORTNAME= WWW-Robot -PORTVERSION= 0.022 +PORTVERSION= 0.023 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +COMMENT= WWW::Robot - configurable web traversal engine BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} diff --git a/www/p5-WWW-Robot/distinfo b/www/p5-WWW-Robot/distinfo index 3ec6d6f..5beaabd 100644 --- a/www/p5-WWW-Robot/distinfo +++ b/www/p5-WWW-Robot/distinfo @@ -1 +1 @@ -MD5 (WWW-Robot-0.022.tar.gz) = 051485687d3df6fe3c2e318eb388817b +MD5 (WWW-Robot-0.023.tar.gz) = d26e7580b75fd7f12dce273755ff635e diff --git a/www/p5-WWW-Robot/pkg-comment b/www/p5-WWW-Robot/pkg-comment deleted file mode 100644 index 63523d2..0000000 --- a/www/p5-WWW-Robot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl interface to a generic web traversal engine diff --git a/www/p5-WWW-Robot/pkg-descr b/www/p5-WWW-Robot/pkg-descr index 15e59aa..36eb418 100644 --- a/www/p5-WWW-Robot/pkg-descr +++ b/www/p5-WWW-Robot/pkg-descr @@ -2,5 +2,6 @@ WWW::Robot is a perl interface that provides a web traversal engine for use in web robots. Author: Neil Bowers <neilb@cre.canon.co.uk> +WWW: http://search.cpan.org/dist/WWW-Robot/ --will |