From 8f4657945b14062057c973baf3f720dfb5bea444 Mon Sep 17 00:00:00 2001 From: cjs Date: Thu, 7 Mar 2002 12:10:29 +0000 Subject: Add p5-Test-Unit, unit tests for perl. --- devel/p5-Test-Unit/DESCR | 6 ++++++ devel/p5-Test-Unit/Makefile | 19 +++++++++++++++++++ devel/p5-Test-Unit/PLIST | 1 + devel/p5-Test-Unit/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 devel/p5-Test-Unit/DESCR create mode 100644 devel/p5-Test-Unit/Makefile create mode 100644 devel/p5-Test-Unit/PLIST create mode 100644 devel/p5-Test-Unit/distinfo (limited to 'devel') 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 -- cgit v1.2.3