2013-08-06 10:50:49 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-08-27 11:19:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Test-Cukes
|
2010-12-23 01:11:53 +01:00
|
|
|
PORTVERSION= 0.10
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-08-27 11:19:48 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-03-15 02:58:47 +01:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2014-01-29 18:31:52 +01:00
|
|
|
COMMENT= BBD test tool inspired by Cucumber
|
2009-08-27 11:19:48 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \
|
|
|
|
p5-Carp-Assert>=0.20:${PORTSDIR}/devel/p5-Carp-Assert \
|
2010-12-23 01:11:53 +01:00
|
|
|
p5-Exporter-Lite>=0.02:${PORTSDIR}/devel/p5-Exporter-Lite \
|
|
|
|
p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-08-27 11:19:48 +02:00
|
|
|
|
2013-08-06 10:50:49 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-08-27 11:19:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|