diff options
author | seb <seb@pkgsrc.org> | 2008-08-20 16:24:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-20 16:24:42 +0000 |
commit | 684bb6a33147fa221ea46facd5cb178918adeb9b (patch) | |
tree | d197d127c2b2beb2e3ef83122a202018b860b3c2 /devel | |
parent | d0100c85e7585194ad0eb713a8557cb927abe7c3 (diff) | |
download | pkgsrc-684bb6a33147fa221ea46facd5cb178918adeb9b.tar.gz |
Initial import of p5-Test-Assertions version 1.054 in the NetBSD
Packages Collection.
The Perl 5 module 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).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Assertions/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Test-Assertions/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Assertions/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Test-Assertions/DESCR b/devel/p5-Test-Assertions/DESCR new file mode 100644 index 00000000000..c4216ed506a --- /dev/null +++ b/devel/p5-Test-Assertions/DESCR @@ -0,0 +1,8 @@ +The Perl 5 module 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). diff --git a/devel/p5-Test-Assertions/Makefile b/devel/p5-Test-Assertions/Makefile new file mode 100644 index 00000000000..887745771fe --- /dev/null +++ b/devel/p5-Test-Assertions/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 16:24:42 seb Exp $ +# + +DISTNAME= Test-Assertions-1.054 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-Assertions/ +COMMENT= Perl 5 module prodiving building blocks for unit and runtime testing + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= perl # for test target +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/Assertions/.packlist + +DEPENDS+= p5-Log-Trace-[0-9]*:../../devel/p5-Log-Trace + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Assertions/distinfo b/devel/p5-Test-Assertions/distinfo new file mode 100644 index 00000000000..a069a4d6b60 --- /dev/null +++ b/devel/p5-Test-Assertions/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/20 16:24:42 seb Exp $ + +SHA1 (Test-Assertions-1.054.tar.gz) = f2312245ee07f2a6e77eb415860350b7a319fc47 +RMD160 (Test-Assertions-1.054.tar.gz) = 3693de3706222bccadc2f2008d32237d7dd9ac6f +Size (Test-Assertions-1.054.tar.gz) = 21511 bytes |