summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Script
diff options
context:
space:
mode:
authorrhaen <rhaen>2007-12-11 12:14:18 +0000
committerrhaen <rhaen>2007-12-11 12:14:18 +0000
commit36d82f5b1769934b1dd751e19a3029c8409d31d4 (patch)
treed3c7345b474435be9a3cfe854e5581bc490346ce /devel/p5-Test-Script
parent452638cdc8bf69ff3b4c36966f978ecdf11f65de (diff)
downloadpkgsrc-36d82f5b1769934b1dd751e19a3029c8409d31d4.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/p5-Test-Script')
-rw-r--r--devel/p5-Test-Script/DESCR12
-rw-r--r--devel/p5-Test-Script/Makefile22
-rw-r--r--devel/p5-Test-Script/distinfo5
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