summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-27 04:37:07 +0000
committerjlam <jlam>2001-09-27 04:37:07 +0000
commit1a61b6c7a3aea6d8d61a94e942e306314dc62be1 (patch)
tree4f2131b4382047ae6a5a2619824e93852e8094b1 /devel/p5-Test-Simple
parent6e9df7aaa3ec6322cd9b06f60d4b0c01981e7d6c (diff)
downloadpkgsrc-1a61b6c7a3aea6d8d61a94e942e306314dc62be1.tar.gz
p5-Test-Simple - perl5 module with a simple framework for writing tests
This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). Provided in pkg/13846 by Sen Nagata <sen@eccosys.com>.
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile19
-rw-r--r--devel/p5-Test-Simple/distinfo4
-rw-r--r--devel/p5-Test-Simple/pkg/DESCR4
-rw-r--r--devel/p5-Test-Simple/pkg/PLIST1
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
new file mode 100644
index 00000000000..2727da377b7
--- /dev/null
+++ b/devel/p5-Test-Simple/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 04:37:07 jlam Exp $
+
+DISTNAME= Test-Simple-0.17
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module with a simple framework for writing tests
+
+DEPENDS+= p5-Test-Harness-*:../../devel/p5-Test-Harness
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Simple/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo
new file mode 100644
index 00000000000..d5f08ba0bd8
--- /dev/null
+++ b/devel/p5-Test-Simple/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/27 04:37:07 jlam Exp $
+
+SHA1 (Test-Simple-0.17.tar.gz) = 90f61edb941f86008d9d392bbb6fbc2a62cd25e9
+Size (Test-Simple-0.17.tar.gz) = 25190 bytes
diff --git a/devel/p5-Test-Simple/pkg/DESCR b/devel/p5-Test-Simple/pkg/DESCR
new file mode 100644
index 00000000000..156af2d2555
--- /dev/null
+++ b/devel/p5-Test-Simple/pkg/DESCR
@@ -0,0 +1,4 @@
+This is an extremely simple, extremely basic module for writing tests
+suitable for CPAN modules and other pursuits. If you wish to do more
+complicated testing, use the Test::More module (a drop-in replacement
+for this one).
diff --git a/devel/p5-Test-Simple/pkg/PLIST b/devel/p5-Test-Simple/pkg/PLIST
new file mode 100644
index 00000000000..fe89ac9fc86
--- /dev/null
+++ b/devel/p5-Test-Simple/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/27 04:37:07 jlam Exp $