aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Test-Cukes/Makefile
blob: 21b97e4dc8b3141fe012d5d2dc65aefe670f93a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	Test-Cukes
PORTVERSION=	0.10
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	BBD test tool inspired by Cucumber

BUILD_DEPENDS=	p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \
		p5-Carp-Assert>=0.20:${PORTSDIR}/devel/p5-Carp-Assert \
		p5-Exporter-Lite>=0.02:${PORTSDIR}/devel/p5-Exporter-Lite \
		p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>