blob: 48bbd987cee70b2334a760c585a2cda2d7a1cf43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Differences
PORTVERSION= 0.610
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Test::Differences - Test strings and data structures for differences
BUILD_DEPENDS= p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS= p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff
PORTSCOUT= skipv:0.4801
USES= perl5
USE_PERL5= configure
MAN3= Test::Differences.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
RUN_DEPENDS+= p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper
.endif
.include <bsd.port.post.mk>
|