Lines 1-8
Link Here
|
1 |
# $FreeBSD: head/devel/p5-Test-Most/Makefile 412346 2016-04-01 14:00:51Z mat $ |
1 |
# $FreeBSD: head/devel/p5-Test-Most/Makefile 412346 2016-04-01 14:00:51Z mat $ |
2 |
|
2 |
|
3 |
PORTNAME= Test-Most |
3 |
PORTNAME= Test-Most |
4 |
PORTVERSION= 0.34 |
4 |
PORTVERSION= 0.35 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= devel perl5 |
5 |
CATEGORIES= devel perl5 |
7 |
MASTER_SITES= CPAN |
6 |
MASTER_SITES= CPAN |
8 |
PKGNAMEPREFIX= p5- |
7 |
PKGNAMEPREFIX= p5- |
Lines 10-21
Link Here
|
10 |
MAINTAINER= kuriyama@FreeBSD.org |
9 |
MAINTAINER= kuriyama@FreeBSD.org |
11 |
COMMENT= Perl extension for most commonly needed test functions and features |
10 |
COMMENT= Perl extension for most commonly needed test functions and features |
12 |
|
11 |
|
13 |
RUN_DEPENDS= \ |
12 |
LICENSE= ART10 GPLv1+ |
14 |
p5-Exception-Class>=1.14:devel/p5-Exception-Class \ |
13 |
LICENSE_COMB= dual |
15 |
p5-Test-Deep>=0.106:devel/p5-Test-Deep \ |
14 |
LICENSE_FILE= ${WRKSRC}/README |
16 |
p5-Test-Differences>=0.61:devel/p5-Test-Differences \ |
15 |
|
17 |
p5-Test-Exception>=0.31:devel/p5-Test-Exception \ |
16 |
RUN_DEPENDS= p5-Exception-Class>=1.14:devel/p5-Exception-Class \ |
18 |
p5-Test-Warn>=0.23:devel/p5-Test-Warn |
17 |
p5-Test-Deep>=0.119:devel/p5-Test-Deep \ |
|
|
18 |
p5-Test-Differences>=0.64:devel/p5-Test-Differences \ |
19 |
p5-Test-Exception>=0.43:devel/p5-Test-Exception \ |
20 |
p5-Test-Warn>=0.30:devel/p5-Test-Warn |
19 |
BUILD_DEPENDS:= ${RUN_DEPENDS} |
21 |
BUILD_DEPENDS:= ${RUN_DEPENDS} |
20 |
|
22 |
|
21 |
USES= perl5 |
23 |
USES= perl5 |