blob: 8bf93d5fb41e47f695212696b266a686c16a2e41 (
plain)
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= culot@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>
|