diff options
author | he <he@pkgsrc.org> | 2008-09-12 12:54:04 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-12 12:54:04 +0000 |
commit | 3d563dab39fe12081f822901037bd8aa8ae4e8f7 (patch) | |
tree | 28d5618d06e9ae4ae2c0c340b0c47901043868cf /devel | |
parent | e2916b17325056d3ad39eab27401f6edafbe585b (diff) | |
download | pkgsrc-3d563dab39fe12081f822901037bd8aa8ae4e8f7.tar.gz |
Import p5-POE-Test-Loops version 1.002.
POE::Test::Loops contains one function, generate(), which will
generate all the loop tests for one or more POE::Loop subclasses.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-POE-Test-Loops/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-POE-Test-Loops/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-POE-Test-Loops/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-POE-Test-Loops/DESCR b/devel/p5-POE-Test-Loops/DESCR new file mode 100644 index 00000000000..e51109f0dfe --- /dev/null +++ b/devel/p5-POE-Test-Loops/DESCR @@ -0,0 +1,2 @@ +POE::Test::Loops contains one function, generate(), which will +generate all the loop tests for one or more POE::Loop subclasses. diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile new file mode 100644 index 00000000000..b668ca6a5cd --- /dev/null +++ b/devel/p5-POE-Test-Loops/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 12:54:04 he Exp $ + +DISTNAME= POE-Test-Loops-1.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POE-Test-Loops/ +COMMENT= Perl module providing reusable tests for POE::Loop authors + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/POE/Test/Loops/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-POE-Test-Loops/distinfo b/devel/p5-POE-Test-Loops/distinfo new file mode 100644 index 00000000000..b170a4e6924 --- /dev/null +++ b/devel/p5-POE-Test-Loops/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/12 12:54:04 he Exp $ + +SHA1 (POE-Test-Loops-1.002.tar.gz) = 2d76336da4c930ddbebc02834583cb4264f107be +RMD160 (POE-Test-Loops-1.002.tar.gz) = 5530bb0570a5dba7d6918d4d85c6e7ffab30afaa +Size (POE-Test-Loops-1.002.tar.gz) = 49303 bytes |