summaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-12 14:12:12 +0000
committerijliao <ijliao@FreeBSD.org>2001-08-12 14:12:12 +0000
commit56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c (patch)
tree1a49f31496f1c808202fce512b70d3d0e747aecd /devel/p5-Test-Simple
parent3130f45978a74ee631453a06ff8bec297bf1c3a5 (diff)
downloadFreeBSD-ports-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.zip
FreeBSD-ports-56cc85f010fd6cf2fb5b3469de14e23a8eb0e73c.tar.gz
add p5-Test-Simple
Basic utilities for writing tests in perl PR: 29640 Submitted by: Shell Hung <shell@shellhung.org>
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 0000000..e6f88e0
--- /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 0000000..89a3df0
--- /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 0000000..8ca7cd8
--- /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 0000000..6b74e40
--- /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 0000000..ee4d650
--- /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
OpenPOWER on IntegriCloud