SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Test-LectroTest/Makefile
Normal file
19
devel/p5-Test-LectroTest/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT = easy, automatic, specification-based tests
|
||||
|
||||
DISTNAME = Test-LectroTest-0.5001
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
TEST_DEPENDS = devel/p5-Test-Pod-Coverage>=1.00 \
|
||||
devel/p5-Test-Pod>=1.00
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-LectroTest/distinfo
Normal file
2
devel/p5-Test-LectroTest/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-LectroTest-0.5001.tar.gz) = rCtPDZWJmvGhoex4TLdAsrkCVqvuEcg+eykRA+ye1zU=
|
||||
SIZE (Test-LectroTest-0.5001.tar.gz) = 65937
|
5
devel/p5-Test-LectroTest/pkg/DESCR
Normal file
5
devel/p5-Test-LectroTest/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module provides a simple (yet full featured) interface to
|
||||
LectroTest, an automated, specification-based testing system for
|
||||
Perl. To use it, declare properties that specify the expected
|
||||
behavior of your software. LectroTest then checks your software
|
||||
to see whether those properties hold.
|
18
devel/p5-Test-LectroTest/pkg/PLIST
Normal file
18
devel/p5-Test-LectroTest/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/LectroTest/
|
||||
${P5SITE}/Test/LectroTest.pm
|
||||
${P5SITE}/Test/LectroTest/Compat.pm
|
||||
${P5SITE}/Test/LectroTest/FailureRecorder.pm
|
||||
${P5SITE}/Test/LectroTest/Generator.pm
|
||||
${P5SITE}/Test/LectroTest/Property.pm
|
||||
${P5SITE}/Test/LectroTest/RegressionTesting.pod
|
||||
${P5SITE}/Test/LectroTest/TestRunner.pm
|
||||
${P5SITE}/Test/LectroTest/Tutorial.pod
|
||||
@man man/man3p/Test::LectroTest.3p
|
||||
@man man/man3p/Test::LectroTest::Compat.3p
|
||||
@man man/man3p/Test::LectroTest::FailureRecorder.3p
|
||||
@man man/man3p/Test::LectroTest::Generator.3p
|
||||
@man man/man3p/Test::LectroTest::Property.3p
|
||||
@man man/man3p/Test::LectroTest::RegressionTesting.3p
|
||||
@man man/man3p/Test::LectroTest::TestRunner.3p
|
||||
@man man/man3p/Test::LectroTest::Tutorial.3p
|
Loading…
Add table
Add a link
Reference in a new issue