diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-02-15 15:25:37 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-02-15 15:25:37 +0000 |
commit | 1e6a8bd1260b39fedfe90e9fad0d5ff8d018f09c (patch) | |
tree | de70ed1ccb467b8a3ffd83762f48d50595df1c21 /www/p5-WWW-Mechanize | |
parent | 68bfbeeef23b300aad654c1b3c745c927802c0d5 (diff) | |
download | ports-1e6a8bd1260b39fedfe90e9fad0d5ff8d018f09c.tar.gz ports-1e6a8bd1260b39fedfe90e9fad0d5ff8d018f09c.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 7 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 71baf6e40ccb..938df3c951be 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 0.61 +PORTVERSION= 0.72 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -17,12 +17,15 @@ COMMENT= This module is to help you automate interaction with a website BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= WWW::Mechanize.3 WWW::Mechanize::Examples.3 WWW::Mechanize::Link.3 +MAN3= WWW::Mechanize.3 WWW::Mechanize::Examples.3 \ + WWW::Mechanize::FAQ.3 WWW::Mechanize::Link.3 MAN1= mech-dump.1 .include <bsd.port.pre.mk> diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index 7792bc6f8faa..fd95ba8bfc09 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1 +1,2 @@ -MD5 (WWW-Mechanize-0.61.tar.gz) = 73a04aeb03261c0c56a292245d701396 +MD5 (WWW-Mechanize-0.72.tar.gz) = c53a8dd33de1c01bc08078096c72bf29 +SIZE (WWW-Mechanize-0.72.tar.gz) = 82958 |