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

(-)Makefile (-9 / +5 lines)
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
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Test-Deep-0.099.tar.gz) = 3d9ab14a82e05d1d50f6c79481307e46
1
MD5 (Test-Deep-0.100.tar.gz) = d7d427aa95babbcfe4236dc9ed5a6e78
2
SHA256 (Test-Deep-0.099.tar.gz) = e54f57b4aeb80b0ccb72c1d5733f1c9e02fbb20ca8014b5e9e7b9e0af4c271e8
2
SHA256 (Test-Deep-0.100.tar.gz) = c124729f6cc68c507429c0895718e762ba81e38235f11d9f118ddb294b7cc0cd
3
SIZE (Test-Deep-0.099.tar.gz) = 31382
3
SIZE (Test-Deep-0.100.tar.gz) = 31600

Return to bug 120711