aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Declare/Makefile
blob: a6bca5aafc071514e79ac3320bb4754ce822c267 (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
29
PORTNAME=	Test-Declare
PORTVERSION=	0.06
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for declarative testing
WWW=		https://metacpan.org/release/Test-Declare

RUN_DEPENDS=	\
	p5-IO-Stringy>=0:devel/p5-IO-Stringy \
	p5-PPI>0:textproc/p5-PPI \
	p5-Test-Deep>0:devel/p5-Test-Deep \
	p5-Test-Exception>0:devel/p5-Test-Exception
BUILD_DEPENDS=	\
	p5-IO-Stringy>=0:devel/p5-IO-Stringy \
	p5-PPI>0:textproc/p5-PPI \
	p5-Test-Deep>0:devel/p5-Test-Deep \
	p5-Test-Exception>0:devel/p5-Test-Exception

TEST_DEPENDS=	p5-Test-Warn>=0:devel/p5-Test-Warn \
		p5-Test-Output>=0:devel/p5-Test-Output

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>