SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Test-Assertions/Makefile
Normal file
16
devel/p5-Test-Assertions/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = set of building blocks for both unit and runtime testing
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Test-Assertions-1.054
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-Log-Trace
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Assertions/distinfo
Normal file
2
devel/p5-Test-Assertions/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Assertions-1.054.tar.gz) = /NzkHVcnOIFYGt9oCiCmrfUaTDt+McP2mGb7kQk3AoA=
|
||||
SIZE (Test-Assertions-1.054.tar.gz) = 21511
|
7
devel/p5-Test-Assertions/pkg/DESCR
Normal file
7
devel/p5-Test-Assertions/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Test::Assertions provides a convenient set of tools for constructing
|
||||
tests, such as unit tests or run-time assertion checks (like C's ASSERT
|
||||
macro). Unlike some of the Test:: modules available on CPAN,
|
||||
Test::Assertions is not limited to unit test scripts; for example it can
|
||||
be used to check output is as expected within a benchmarking script.
|
||||
When it is used for unit tests, it generates output in the standard form
|
||||
for CPAN unit testing (under Test::Harness).
|
8
devel/p5-Test-Assertions/pkg/PLIST
Normal file
8
devel/p5-Test-Assertions/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Assertions/
|
||||
${P5SITE}/Test/Assertions.pm
|
||||
${P5SITE}/Test/Assertions/Manual.pod
|
||||
${P5SITE}/Test/Assertions/TestScript.pm
|
||||
@man man/man3p/Test::Assertions.3p
|
||||
@man man/man3p/Test::Assertions::Manual.3p
|
||||
@man man/man3p/Test::Assertions::TestScript.3p
|
Loading…
Add table
Add a link
Reference in a new issue