aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-WWW-Mechanize/Makefile
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2006-06-16 18:09:08 +0800
committeraaron <aaron@FreeBSD.org>2006-06-16 18:09:08 +0800
commit0e5cdf7864f809431443e1bff2e865f5b29f504a (patch)
treece7241eb7dae46d9afbfa7afa89098354b81cf1e /devel/p5-Test-WWW-Mechanize/Makefile
parent38a5135052340cba1c38347a9395c9ce0c53c73e (diff)
downloadfreebsd-ports-gnome-0e5cdf7864f809431443e1bff2e865f5b29f504a.tar.gz
freebsd-ports-gnome-0e5cdf7864f809431443e1bff2e865f5b29f504a.tar.zst
freebsd-ports-gnome-0e5cdf7864f809431443e1bff2e865f5b29f504a.zip
- Update to 1.08
PR: ports/98955 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'devel/p5-Test-WWW-Mechanize/Makefile')
-rw-r--r--devel/p5-Test-WWW-Mechanize/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Test-WWW-Mechanize/Makefile b/devel/p5-Test-WWW-Mechanize/Makefile
index 288b6ed09eea..f2c8b5777a50 100644
--- a/devel/p5-Test-WWW-Mechanize/Makefile
+++ b/devel/p5-Test-WWW-Mechanize/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-WWW-Mechanize
-PORTVERSION= 1.04
+PORTVERSION= 1.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@@ -16,6 +16,9 @@ MAINTAINER= fbsdports@commit.it
COMMENT= Testing-specific WWW::Mechanize subclass
BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
+ ${SITE_PERL}/URI/file.pm:${PORTSDIR}/net/p5-URI \
+ ${SITE_PERL}/Carp/Assert/More.pm:${PORTSDIR}/devel/p5-Carp-Assert-More \
+ ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -25,11 +28,8 @@ MAN3= Test::WWW::Mechanize.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/Test/Builder.pm:${PORTSDIR}/devel/p5-Test-Simple
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif
-.endif
.include <bsd.port.post.mk>