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

(-)Makefile (-13 / +6 lines)
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>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Test-Deep-0.096.tar.gz) = 593cbc52d0170df46979e88645977bd5
1
MD5 (Test-Deep-0.098.tar.gz) = 61cb7357d39b173d1a29080079f471df
2
SHA256 (Test-Deep-0.096.tar.gz) = 87438bb557f4362f905dbadf36131a972f0b0b0dfac2c14a9ba4b7ce478dfeec
2
SHA256 (Test-Deep-0.098.tar.gz) = f2241cb7f038fa796e13ee80f84ab88de80726b4a6032da168d1bf317354f4e8
3
SIZE (Test-Deep-0.096.tar.gz) = 30894
3
SIZE (Test-Deep-0.098.tar.gz) = 31005

Return to bug 116197