|
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> |