aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2011-07-24 02:52:41 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2011-07-24 02:52:41 +0000
commite42dc6a02fc8b59df230749c77ca289a50b96858 (patch)
tree0bedd5929b45dd062c8ebda05ee713f01e20d47b /www/p5-WWW-Mechanize
parent8811c4faaaa9bffd683ccb36872728d296bec58a (diff)
downloadports-e42dc6a02fc8b59df230749c77ca289a50b96858.tar.gz
ports-e42dc6a02fc8b59df230749c77ca289a50b96858.zip
- add missing dependency HTML::Form
- bump PORTREVISION
Notes
Notes: svn path=/head/; revision=278220
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r--www/p5-WWW-Mechanize/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile
index 8b34c8ce1e2f..1c7f4cb43071 100644
--- a/www/p5-WWW-Mechanize/Makefile
+++ b/www/p5-WWW-Mechanize/Makefile
@@ -7,6 +7,7 @@
PORTNAME= WWW-Mechanize
PORTVERSION= 1.68
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module is to help you automate interaction with a website
-RUN_DEPENDS= p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \
+RUN_DEPENDS= p5-HTML-Form>=1.038:${PORTSDIR}/www/p5-HTML-Form \
+ p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-URI>=0:${PORTSDIR}/net/p5-URI \