mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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:
parent
88c725d164
commit
9defab94ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240392
@ -401,6 +401,7 @@
|
|||||||
SUBDIR += p5-T2
|
SUBDIR += p5-T2
|
||||||
SUBDIR += p5-Tangram
|
SUBDIR += p5-Tangram
|
||||||
SUBDIR += p5-Template-DBI
|
SUBDIR += p5-Template-DBI
|
||||||
|
SUBDIR += p5-Test-Cukes
|
||||||
SUBDIR += p5-Test-Database
|
SUBDIR += p5-Test-Database
|
||||||
SUBDIR += p5-Test-DatabaseRow
|
SUBDIR += p5-Test-DatabaseRow
|
||||||
SUBDIR += p5-Text-Query-SQL
|
SUBDIR += p5-Text-Query-SQL
|
||||||
|
26
databases/p5-Test-Cukes/Makefile
Normal file
26
databases/p5-Test-Cukes/Makefile
Normal 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>
|
3
databases/p5-Test-Cukes/distinfo
Normal file
3
databases/p5-Test-Cukes/distinfo
Normal 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
|
3
databases/p5-Test-Cukes/pkg-descr
Normal file
3
databases/p5-Test-Cukes/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Test::Cukes is a BBD test tool inspired by Cucumber.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Test-Cukes/
|
8
databases/p5-Test-Cukes/pkg-plist
Normal file
8
databases/p5-Test-Cukes/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user