aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Differences/Makefile
blob: b77294a176695de68bd4f4a094cd464b0efdba95 (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
# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Test-Differences
PORTVERSION=    0.640
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

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Text-Diff>=1.43:textproc/p5-Text-Diff
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-Capture-Tiny>=0.24:devel/p5-Capture-Tiny

PORTSCOUT=  skipv:0.4801

NO_ARCH=    yes
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>