SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Test-Class/Makefile
Normal file
18
devel/p5-Test-Class/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = easily create test classes in an xUnit style
|
||||
|
||||
DISTNAME = Test-Class-0.52
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
RUN_DEPENDS = devel/p5-MRO-Compat>=0.11 \
|
||||
devel/p5-Module-Runtime \
|
||||
devel/p5-Try-Tiny
|
||||
TEST_DEPENDS = devel/p5-Test-Exception>=0.25
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Class/distinfo
Normal file
2
devel/p5-Test-Class/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Class-0.52.tar.gz) = QMGx04jwqGdHacJ1KfDMNjTKD9nY9ysZbAUxYRk0vII=
|
||||
SIZE (Test-Class-0.52.tar.gz) = 61103
|
6
devel/p5-Test-Class/pkg/DESCR
Normal file
6
devel/p5-Test-Class/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Test::Class provides a simple way of creating classes and objects
|
||||
to test your code in an xUnit style.
|
||||
|
||||
Built using Test::Builder it is designed to work with other
|
||||
Test::Builder based modules (Test::More, Test::Differences,
|
||||
Test::Exception, etc.)
|
8
devel/p5-Test-Class/pkg/PLIST
Normal file
8
devel/p5-Test-Class/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Class/
|
||||
${P5SITE}/Test/Class.pm
|
||||
${P5SITE}/Test/Class/Load.pm
|
||||
${P5SITE}/Test/Class/MethodInfo.pm
|
||||
@man man/man3p/Test::Class.3p
|
||||
@man man/man3p/Test::Class::Load.3p
|
||||
@man man/man3p/Test::Class::MethodInfo.3p
|
Loading…
Add table
Add a link
Reference in a new issue