aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Inter/Makefile
blob: 1a71156fde27ebd2f223a2a2df9255e458279cbf (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
# Created by: Frederic Culot <culot@FreeBSD.org>

PORTNAME=	Test-Inter
PORTVERSION=	1.09
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Framework for more readable interactive test scripts

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-File-Find-Rule>0:devel/p5-File-Find-Rule
TEST_DEPENDS=	p5-Test-Pod>=1.00:devel/p5-Test-Pod \
		p5-Pod-Coverage>=1.00:devel/p5-Pod-Coverage

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>