|
Lines 6-38
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Test-Deep |
8 |
PORTNAME= Test-Deep |
| 9 |
PORTVERSION= 0.096 |
9 |
PORTVERSION= 0.098 |
| 10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= CPAN |
| 12 |
MASTER_SITE_SUBDIR= Test |
|
|
| 13 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
| 14 |
|
13 |
|
| 15 |
MAINTAINER= az@FreeBSD.org |
14 |
MAINTAINER= az@FreeBSD.org |
| 16 |
COMMENT= Test data structures for differences deeply |
15 |
COMMENT= Test data structures for differences deeply |
| 17 |
|
16 |
|
| 18 |
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 \ |
| 19 |
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester \ |
18 |
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester |
| 20 |
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils |
|
|
| 21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 22 |
|
20 |
|
| 23 |
PERL_CONFIGURE= yes |
21 |
PERL_CONFIGURE= yes |
| 24 |
INSTALL_TARGET= pure_install |
|
|
| 25 |
|
22 |
|
| 26 |
MAN3= Test::Deep.3 |
23 |
MAN3= Test::Deep.3 Test::Deep::NoTest.3 |
| 27 |
|
|
|
| 28 |
post-patch: |
| 29 |
@${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \ |
| 30 |
${WRKSRC}/Makefile.PL |
| 31 |
|
24 |
|
| 32 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.pre.mk> |
| 33 |
|
26 |
|
| 34 |
.if ${PERL_LEVEL} < 500600 |
27 |
.if ${PERL_LEVEL} < 500703 |
| 35 |
IGNORE= requires perl 5.6.0 or above |
28 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils |
| 36 |
.endif |
29 |
.endif |
| 37 |
|
30 |
|
| 38 |
.include <bsd.port.post.mk> |
31 |
.include <bsd.port.post.mk> |