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

(-)/hd1/p5-Data-Compare/Makefile (-10 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Data-Compare
8
PORTNAME=	Data-Compare
9
PORTVERSION=	0.15
9
PORTVERSION=	0.16
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=	Data
12
MASTER_SITE_SUBDIR=	Data
Lines 15-32 Link Here
15
MAINTAINER=	tobez@FreeBSD.org
15
MAINTAINER=	tobez@FreeBSD.org
16
COMMENT=	Data::Compare - compare perl data structures
16
COMMENT=	Data::Compare - compare perl data structures
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule
18
RUN_DEPENDS=	${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
19
21
PERL_CONFIGURE=	yes
20
PERL_CONFIGURE=	yes
22
21
23
MAN3=		Data::Compare.3 Data::Compare::Plugins.3 \
22
MAN3=		Data::Compare.3 Data::Compare::Plugins.3 \
24
		Data::Compare::Plugins::Scalar::Properties.3
23
		Data::Compare::Plugins::Scalar::Properties.3
25
24
26
.include <bsd.port.pre.mk>
25
.include <bsd.port.mk>
27
28
.if ${PERL_LEVEL} < 500600
29
IGNORE=		or its dependency requires perl 5.6.0 or later. Install lang/perl5.8 and try again
30
.endif
31
32
.include <bsd.port.post.mk>
(-)/hd1/p5-Data-Compare/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Data-Compare-0.15.tar.gz) = 5f51491a30b011fb8a2994f1597504e0
1
MD5 (Data-Compare-0.16.tar.gz) = ef46857dec49b2f66637cfa48fa17ce9
2
SHA256 (Data-Compare-0.15.tar.gz) = 30b063a3d03375dc57e3483566beb176a3590d1cc6c1271dbeb2096ba9018720
2
SHA256 (Data-Compare-0.16.tar.gz) = ff0e0268785e90f9a2b32a7eb872ca591346ba1607d8558dd091511f1815b6d3
3
SIZE (Data-Compare-0.15.tar.gz) = 11668
3
SIZE (Data-Compare-0.16.tar.gz) = 11867
(-)/hd1/p5-Data-Compare/pkg-descr (-2 / +1 lines)
Lines 1-5 Link Here
1
Compare two perl data structures recursively. Returns 0 if the
1
Compare two perl data structures recursively. Returns 0 if the
2
structures differ, else returns 1.
2
structures differ, else returns 1.
3
3
4
-Anton
4
WWW:	http://search.cpan.org/dist/Data-Compare/
5
<tobez@FreeBSD.org>

Return to bug 109661