import p5-Test-Class-Tiny 0.03
OK sthen@ Comment: xUnit in Perl, simplified Description: Test::Class has served Perl's xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and the older, Test::Builder-based modules.
This commit is contained in:
parent
a0483a6317
commit
937784078e
19
devel/p5-Test-Class-Tiny/Makefile
Normal file
19
devel/p5-Test-Class-Tiny/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
COMMENT = xUnit in Perl, simplified
|
||||
|
||||
DISTNAME = Test-Class-Tiny-0.03
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Deep \
|
||||
devel/p5-Test2-Suite
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Class-Tiny/distinfo
Normal file
2
devel/p5-Test-Class-Tiny/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-Class-Tiny-0.03.tar.gz) = b2LCi5uXq9+tWxqVYffIU8puk28DqdFuvtJitgOP4NE=
|
||||
SIZE (Test-Class-Tiny-0.03.tar.gz) = 15505
|
4
devel/p5-Test-Class-Tiny/pkg/DESCR
Normal file
4
devel/p5-Test-Class-Tiny/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Test::Class has served Perl's xUnit needs for a long time but is
|
||||
incompatible with the Test2 framework. This module allows for a
|
||||
similar workflow but in a way that works with both Test2 and the
|
||||
older, Test::Builder-based modules.
|
4
devel/p5-Test-Class-Tiny/pkg/PLIST
Normal file
4
devel/p5-Test-Class-Tiny/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Class/
|
||||
${P5SITE}/Test/Class/Tiny.pm
|
||||
@man man/man3p/Test::Class::Tiny.3p
|
Loading…
x
Reference in New Issue
Block a user