summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-12 14:12:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-12 14:12:12 +0000
commit501416d99fe567365f9c446d1f5caf01976658a9 (patch)
treec76256e8826936d20caf32f48c1fe4b9fe0ee47f /devel/p5-Test-Simple
parentUpdate to new version. (diff)
add p5-Test-Simple
Basic utilities for writing tests in perl PR: 29640 Submitted by: Shell Hung <shell@shellhung.org>
Notes
Notes: svn path=/head/; revision=46130
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile22
-rw-r--r--devel/p5-Test-Simple/distinfo1
-rw-r--r--devel/p5-Test-Simple/pkg-comment1
-rw-r--r--devel/p5-Test-Simple/pkg-descr2
-rw-r--r--devel/p5-Test-Simple/pkg-plist7
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
new file mode 100644
index 000000000000..e6f88e057558
--- /dev/null
+++ b/devel/p5-Test-Simple/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Test-Simple
+# Date Created: 12 Aug 2001
+# Whom: Shell Hung <shell@shellhung.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Test-Simple
+PORTVERSION= 0.10
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Test
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= shell@shellhung.org
+
+PERL_CONFIGURE= yes
+
+MAN3= Test::More.3 Test::Simple.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo
new file mode 100644
index 000000000000..89a3df0d9f7b
--- /dev/null
+++ b/devel/p5-Test-Simple/distinfo
@@ -0,0 +1 @@
+MD5 (Test-Simple-0.10.tar.gz) = 1d1eadd66a58c29fcd60b9d9a100c1f0
diff --git a/devel/p5-Test-Simple/pkg-comment b/devel/p5-Test-Simple/pkg-comment
new file mode 100644
index 000000000000..8ca7cd844e96
--- /dev/null
+++ b/devel/p5-Test-Simple/pkg-comment
@@ -0,0 +1 @@
+Basic utilities for writing tests in perl
diff --git a/devel/p5-Test-Simple/pkg-descr b/devel/p5-Test-Simple/pkg-descr
new file mode 100644
index 000000000000..6b74e40d7577
--- /dev/null
+++ b/devel/p5-Test-Simple/pkg-descr
@@ -0,0 +1,2 @@
+This is an extremely simple, extremely basic module for writing
+tests suitable for CPAN modules and other pursuits.
diff --git a/devel/p5-Test-Simple/pkg-plist b/devel/p5-Test-Simple/pkg-plist
new file mode 100644
index 000000000000..ee4d65022324
--- /dev/null
+++ b/devel/p5-Test-Simple/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Test/More.pm
+lib/perl5/site_perl/%%PERL_VER%%/Test/Simple.pm
+lib/perl5/site_perl/%%PERL_VER%%/Test/Utils.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Simple
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true