aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test2-Suite/Makefile
blob: 3406ef2a7a29f36fe553d1cd234634bf8e75e390 (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: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Test2-Suite
PORTVERSION=    0.000077
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:EXODIST
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Distribution with a rich set of tools built upon the Test2 framework

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual
LICENSE_FILE=   ${WRKSRC}/LICENSE

BUILD_DEPENDS=  p5-Importer>=0.024:devel/p5-Importer \
        p5-Sub-Info>=0.001:devel/p5-Sub-Info \
        p5-Term-Table>=0.002:devel/p5-Term-Table \
        p5-Test-Simple>=1.302096:devel/p5-Test-Simple
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>