View | Details | Raw Unified | Return to bug 98955
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Test-WWW-Mechanize
8
PORTNAME=	Test-WWW-Mechanize
9
PORTVERSION=	1.04
9
PORTVERSION=	1.08
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Test
12
MASTER_SITE_SUBDIR=	Test
Lines 16-21 Link Here
16
COMMENT=	Testing-specific WWW::Mechanize subclass
16
COMMENT=	Testing-specific WWW::Mechanize subclass
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
18
BUILD_DEPENDS=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
19
		${SITE_PERL}/URI/file.pm:${PORTSDIR}/net/p5-URI \
20
		${SITE_PERL}/Carp/Assert/More.pm:${PORTSDIR}/devel/p5-Carp-Assert-More \
21
		${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
19
		${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString
22
		${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString
20
RUN_DEPENDS=	${BUILD_DEPENDS}
23
RUN_DEPENDS=	${BUILD_DEPENDS}
21
24
Lines 25-35 Link Here
25
28
26
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
27
30
28
.if ${PERL_LEVEL} < 500800
29
BUILD_DEPENDS+=	${SITE_PERL}/Test/Builder.pm:${PORTSDIR}/devel/p5-Test-Simple
30
.if ${PERL_LEVEL} < 500601
31
.if ${PERL_LEVEL} < 500601
31
IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
32
IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
32
.endif
33
.endif
33
.endif
34
34
35
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Test-WWW-Mechanize-1.04.tar.gz) = f17cc7de9ca9a5035a9ba937933b3ec4
1
MD5 (Test-WWW-Mechanize-1.08.tar.gz) = 701dc06acd44bba9da542be8a52ca5fd
2
SHA256 (Test-WWW-Mechanize-1.04.tar.gz) = 1635c93a6757fa01e76cd2a2dce17e4fc90b63eee8191fa40078032c9f535929
2
SHA256 (Test-WWW-Mechanize-1.08.tar.gz) = 8d861d1d20fb269534969c3fdba17469e412626b761b8519164390d110162afa
3
SIZE (Test-WWW-Mechanize-1.04.tar.gz) = 7802
3
SIZE (Test-WWW-Mechanize-1.08.tar.gz) = 10775

Return to bug 98955