diff --git a/devel/p5-Test-Class-Tiny/Makefile b/devel/p5-Test-Class-Tiny/Makefile new file mode 100644 index 00000000000..ac202b4336c --- /dev/null +++ b/devel/p5-Test-Class-Tiny/Makefile @@ -0,0 +1,19 @@ +COMMENT = xUnit in Perl, simplified + +DISTNAME = Test-Class-Tiny-0.03 + +CATEGORIES = devel + +MAINTAINER = Alexander Bluhm + +# Perl +PERMIT_PACKAGE = Yes + +MODULES = cpan + +TEST_DEPENDS = devel/p5-Test-Deep \ + devel/p5-Test2-Suite + +PKG_ARCH = * + +.include diff --git a/devel/p5-Test-Class-Tiny/distinfo b/devel/p5-Test-Class-Tiny/distinfo new file mode 100644 index 00000000000..0086a10d244 --- /dev/null +++ b/devel/p5-Test-Class-Tiny/distinfo @@ -0,0 +1,2 @@ +SHA256 (Test-Class-Tiny-0.03.tar.gz) = b2LCi5uXq9+tWxqVYffIU8puk28DqdFuvtJitgOP4NE= +SIZE (Test-Class-Tiny-0.03.tar.gz) = 15505 diff --git a/devel/p5-Test-Class-Tiny/pkg/DESCR b/devel/p5-Test-Class-Tiny/pkg/DESCR new file mode 100644 index 00000000000..26b677721ef --- /dev/null +++ b/devel/p5-Test-Class-Tiny/pkg/DESCR @@ -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. diff --git a/devel/p5-Test-Class-Tiny/pkg/PLIST b/devel/p5-Test-Class-Tiny/pkg/PLIST new file mode 100644 index 00000000000..f213482df03 --- /dev/null +++ b/devel/p5-Test-Class-Tiny/pkg/PLIST @@ -0,0 +1,4 @@ +${P5SITE}/Test/ +${P5SITE}/Test/Class/ +${P5SITE}/Test/Class/Tiny.pm +@man man/man3p/Test::Class::Tiny.3p