summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Unit
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2002-03-07 12:10:29 +0000
committercjs <cjs@pkgsrc.org>2002-03-07 12:10:29 +0000
commit47bf7e2db0065df1ffe17eef3434a7917ee4d366 (patch)
treede1c2c8c8d418d3156062609da7c8e1fcf40906a /devel/p5-Test-Unit
parent11dafe625424a3929c401ff6af90680b42f5fd99 (diff)
downloadpkgsrc-47bf7e2db0065df1ffe17eef3434a7917ee4d366.tar.gz
Add p5-Test-Unit, unit tests for perl.
Diffstat (limited to 'devel/p5-Test-Unit')
-rw-r--r--devel/p5-Test-Unit/DESCR6
-rw-r--r--devel/p5-Test-Unit/Makefile19
-rw-r--r--devel/p5-Test-Unit/PLIST1
-rw-r--r--devel/p5-Test-Unit/distinfo4
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Test-Unit/DESCR b/devel/p5-Test-Unit/DESCR
new file mode 100644
index 00000000000..7e545847bd8
--- /dev/null
+++ b/devel/p5-Test-Unit/DESCR
@@ -0,0 +1,6 @@
+Test::Unit - a unit testing interface for Perl
+
+Test::Unit is the procedural style interface to a sophisticated
+unit testing framework for Perl that is derived from the JUnit
+testing framework for Java by Kent Beck and Erich Gamma. An
+object-oriented interface is also available in this package.
diff --git a/devel/p5-Test-Unit/Makefile b/devel/p5-Test-Unit/Makefile
new file mode 100644
index 00000000000..910ea0bfa2f
--- /dev/null
+++ b/devel/p5-Test-Unit/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2002/03/07 12:10:29 cjs Exp $
+
+DISTNAME= Test-Unit-0.14
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tun
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= cjs@netbsd.org
+COMMENT= Perl extension module for Unit Tests.
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Unit/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-Unit/PLIST b/devel/p5-Test-Unit/PLIST
new file mode 100644
index 00000000000..83d162991a3
--- /dev/null
+++ b/devel/p5-Test-Unit/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2002/03/07 12:10:29 cjs Exp $
diff --git a/devel/p5-Test-Unit/distinfo b/devel/p5-Test-Unit/distinfo
new file mode 100644
index 00000000000..3b33d6a6104
--- /dev/null
+++ b/devel/p5-Test-Unit/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2002/03/07 12:10:29 cjs Exp $
+
+SHA1 (Test-Unit-0.14.tar.gz) = f0fd08ff4dec99d73b892152b1498dde19660eb3
+Size (Test-Unit-0.14.tar.gz) = 45591 bytes