aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Mechanize
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-10-16 15:40:30 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-10-16 15:40:30 +0800
commit73d2056d6159a63551027fdbf0119db140354d5a (patch)
treee70ff27716b41580330394431af2d656bc394134 /www/p5-WWW-Mechanize
parent0fda34731f82e94ce548903acc5f0312af0c6853 (diff)
downloadfreebsd-ports-gnome-73d2056d6159a63551027fdbf0119db140354d5a.tar.gz
freebsd-ports-gnome-73d2056d6159a63551027fdbf0119db140354d5a.tar.zst
freebsd-ports-gnome-73d2056d6159a63551027fdbf0119db140354d5a.zip
- Reduce dependencies with perl-5.8.
- Remove depends on Test::More module which is used on test target only. Reviewed by: perl
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r--www/p5-WWW-Mechanize/Makefile8
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