1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Test::Cukes is a BBD test tool inspired by Cucumber.

WWW: http://search.cpan.org/dist/Test-Cukes/

PR:		ports/138197
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-08-27 09:19:48 +00:00
parent 88c725d164
commit 9defab94ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240392
5 changed files with 41 additions and 0 deletions

View File

@ -401,6 +401,7 @@
SUBDIR += p5-T2
SUBDIR += p5-Tangram
SUBDIR += p5-Template-DBI
SUBDIR += p5-Test-Cukes
SUBDIR += p5-Test-Database
SUBDIR += p5-Test-DatabaseRow
SUBDIR += p5-Text-Query-SQL

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Test-Cukes
# Date created: 26 Aug, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Test-Cukes
PORTVERSION= 0.08
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= A 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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Cukes.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-Cukes-0.08.tar.gz) = 6ad27a627d143ad164ea2ed06210bbd4
SHA256 (Test-Cukes-0.08.tar.gz) = 4dbeefef34a287bf724bd1fece0c3a242e5dd94f1cc38cc054a694ba8aa9fb59
SIZE (Test-Cukes-0.08.tar.gz) = 24395

View File

@ -0,0 +1,3 @@
Test::Cukes is a BBD test tool inspired by Cucumber.
WWW: http://search.cpan.org/dist/Test-Cukes/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cukes/.packlist
%%SITE_PERL%%/Test/Cukes.pm
%%SITE_PERL%%/Test/Cukes/Feature.pm
%%SITE_PERL%%/Test/Cukes/Scenario.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cukes
@dirrm %%SITE_PERL%%/Test/Cukes
@dirrmtry %%SITE_PERL%%/Test
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test