diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-16 15:03:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-16 15:03:09 +0000 |
commit | b3f2c362f7265cfd2d2aa39efbc5a94836fe9168 (patch) | |
tree | 9d28239378885f38ea8eb0ea324b7b1ff38cb125 /www/p5-WWW-Mechanize | |
parent | e99398f31a4133187b81497807778fbc366e73dd (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index ebb698224fb7..10acf7825f6d 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -7,6 +7,7 @@ PORTNAME= WWW-Mechanize PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This module is to help you automate interaction with a website -RUN_DEPENDS= p5-HTML-Parser>=2.28:${PORTSDIR}/www/p5-HTML-Parser \ +RUN_DEPENDS= p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-LWP-Authen-Wsse>=0:${PORTSDIR}/www/p5-LWP-Authen-Wsse \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ - p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn PERL_CONFIGURE= 5.8.0+ CONFIGURE_ARGS+= --nolive |