diff options
author | rhaen <rhaen> | 2007-12-11 12:14:18 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2007-12-11 12:14:18 +0000 |
commit | 6ba36f83d7080aa660af4614efa10df738afc0b0 (patch) | |
tree | d3c7345b474435be9a3cfe854e5581bc490346ce /devel | |
parent | 08a5c561c0b1b9629fb179ab2bcd3cd2026dcf3f (diff) | |
download | pkgsrc-6ba36f83d7080aa660af4614efa10df738afc0b0.tar.gz |
- new package (dependency for p5-Test-Inline)
- ok'ed by rillig
Perl API - Test::Script - Cross-platform basic tests for scripts
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Script/DESCR | 12 | ||||
-rw-r--r-- | devel/p5-Test-Script/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Script/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Test-Script/DESCR b/devel/p5-Test-Script/DESCR new file mode 100644 index 00000000000..79260165c56 --- /dev/null +++ b/devel/p5-Test-Script/DESCR @@ -0,0 +1,12 @@ +The intent of this module is to provide a series of basic tests for +scripts in the bin directory of your Perl distribution. +Further, it aims to provide them with perfect platform-compatibility +and in a way that is as unobtrusive as possible. +That is, if the program works on a platform, then Test::Script should +also work on that platform. +In doing so, it is hoped that Test::Script can become a module that +you can safely make a dependency of your module, without risking your +module not working on some platform because of the dependency. +Where a clash exists between wanting more functionality and +maintaining platform safety, this module will err on the side of +platform safety. diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile new file mode 100644 index 00000000000..bec75392857 --- /dev/null +++ b/devel/p5-Test-Script/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2007/12/11 12:14:18 rhaen Exp $ +# + +DISTNAME= Test-Script-1.02 +PKGNAME= p5-${DISTNAME} +#SVR4_PKGNAME= p5ts +CATEGORIES= perl5 devel +#MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ +COMMENT= Test::Script - Cross-platform basic tests for scripts + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3 + +PERL5_PACKLIST= auto/Test/Script/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Script/distinfo b/devel/p5-Test-Script/distinfo new file mode 100644 index 00000000000..292392b0b52 --- /dev/null +++ b/devel/p5-Test-Script/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/12/11 12:14:19 rhaen Exp $ + +SHA1 (Test-Script-1.02.tar.gz) = 8ceb782be03c0e0ce6f3b7097a327361468628b0 +RMD160 (Test-Script-1.02.tar.gz) = 4d09b4c60dd783aafca1cd33af7fea6c4045e0ec +Size (Test-Script-1.02.tar.gz) = 21125 bytes |