diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-16 07:40:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-16 07:40:30 +0000 |
commit | 0c0a25feda7cd6f4ff4f88e9a703a1976a1cce23 (patch) | |
tree | f2593457e90d6c315e86d1471fc2f67de015c103 /www/p5-WWW-Mechanize | |
parent | cfdce2f20d78335edc742caa3557d07467a7579d (diff) | |
download | ports-0c0a25feda7cd6f4ff4f88e9a703a1976a1cce23.tar.gz ports-0c0a25feda7cd6f4ff4f88e9a703a1976a1cce23.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index ebdc56f06fa7..f04d23c8ed54 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -7,6 +7,7 @@ PORTNAME= WWW-Mechanize PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -16,9 +17,7 @@ MAINTAINER= perl@FreeBSD.org 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}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser + ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,7 +30,8 @@ MAN1= mech-dump.1 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec |