diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 01:04:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 01:04:13 +0000 |
commit | 7d3a31336529cf31eabdbefb1b41b386ada367d4 (patch) | |
tree | f9316535d23f404f8eed8aae8ce86588cbc08dc6 /www/p5-WWW-Robot | |
parent | df748014ed8f6d88a597697990d878a72baa86ad (diff) | |
download | ports-7d3a31336529cf31eabdbefb1b41b386ada367d4.tar.gz ports-7d3a31336529cf31eabdbefb1b41b386ada367d4.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Robot')
-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 d368028860b0..6fa3272adad9 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 3ec6d6f9f275..5beaabdd1ab1 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 63523d2c9e41..000000000000 --- 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 15e59aa33cee..36eb4186b043 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 |