diff options
author | seb <seb@pkgsrc.org> | 2007-04-22 21:03:49 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-04-22 21:03:49 +0000 |
commit | 554594bfb2db3b4c4e78d2970a7e22a4cdeae405 (patch) | |
tree | f199a352be820bbb753429c90e78b80605ecc9b7 /devel | |
parent | 766d9cfcbb9cc869330bdff386f991256f0211a4 (diff) | |
download | pkgsrc-554594bfb2db3b4c4e78d2970a7e22a4cdeae405.tar.gz |
Initial import of p5-Test-Object version 0.0.7 into The NetBSD
Packages Collection.
The Perl 5 module Test::Object is a testing package designed to
allow you to easily test what you believe is a valid object against
the expected behaviour of all of the classes in its inheritance
tree in one single call.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Object/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Test-Object/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Test-Object/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Object/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Test-Object/DESCR b/devel/p5-Test-Object/DESCR new file mode 100644 index 00000000000..02b8b6d2eb6 --- /dev/null +++ b/devel/p5-Test-Object/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Test::Object is a testing package designed to +allow you to easily test what you believe is a valid object against +the expected behaviour of all of the classes in its inheritance +tree in one single call. diff --git a/devel/p5-Test-Object/Makefile b/devel/p5-Test-Object/Makefile new file mode 100644 index 00000000000..29d56b95eaa --- /dev/null +++ b/devel/p5-Test-Object/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $ +# + +DISTNAME= Test-Object-0.07 +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-Object/ +COMMENT= Perl 5 module to thoroughly test objects + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/Object/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Object/PLIST b/devel/p5-Test-Object/PLIST new file mode 100644 index 00000000000..dfab7dc81f9 --- /dev/null +++ b/devel/p5-Test-Object/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $ diff --git a/devel/p5-Test-Object/distinfo b/devel/p5-Test-Object/distinfo new file mode 100644 index 00000000000..125389f3aef --- /dev/null +++ b/devel/p5-Test-Object/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $ + +SHA1 (Test-Object-0.07.tar.gz) = 7bd76d09c81aef0ef32e6f4edf042ba88e514f52 +RMD160 (Test-Object-0.07.tar.gz) = 012db64b0895ce838a081c2c8cb6e7635a9814e4 +Size (Test-Object-0.07.tar.gz) = 21685 bytes |