|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Test-Deep |
8 |
PORTNAME= Test-Deep |
| 9 |
PORTVERSION= 0.099 |
9 |
PORTVERSION= 0.100 |
| 10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
| 11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
| 12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
|
Lines 15-32
Link Here
|
| 15 |
COMMENT= Test data structures for differences deeply |
15 |
COMMENT= Test data structures for differences deeply |
| 16 |
|
16 |
|
| 17 |
BUILD_DEPENDS= ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ |
17 |
BUILD_DEPENDS= ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ |
| 18 |
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester |
18 |
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester \ |
|
|
19 |
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ |
| 20 |
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils |
| 19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 20 |
|
22 |
|
| 21 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |
| 22 |
|
24 |
|
| 23 |
.include <bsd.port.pre.mk> |
|
|
| 24 |
|
| 25 |
.if ${PERL_LEVEL} < 500703 |
| 26 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils |
| 27 |
.endif |
| 28 |
|
| 29 |
MAN3= Test::Deep.3 Test::Deep::NoTest.3 |
25 |
MAN3= Test::Deep.3 Test::Deep::NoTest.3 |
| 30 |
|
26 |
|
| 31 |
.include <bsd.port.post.mk> |
27 |
.include <bsd.port.mk> |
| 32 |
|
28 |
|