aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Cmd
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-04-30 23:47:11 +0800
committermat <mat@FreeBSD.org>2004-04-30 23:47:11 +0800
commitc17045bcfa6592fea89c609fece31c29e41d1bbc (patch)
treed049499f71ea16f52feac5bd7611a175e09222f4 /devel/p5-Test-Cmd
parent14efc09dff789776be2842d3d68763b868d0aa8f (diff)
downloadfreebsd-ports-gnome-c17045bcfa6592fea89c609fece31c29e41d1bbc.tar.gz
freebsd-ports-gnome-c17045bcfa6592fea89c609fece31c29e41d1bbc.tar.zst
freebsd-ports-gnome-c17045bcfa6592fea89c609fece31c29e41d1bbc.zip
Add p5-Test-Cmd 1.05, perl module for portable testing of commands and scripts.
Diffstat (limited to 'devel/p5-Test-Cmd')
-rw-r--r--devel/p5-Test-Cmd/Makefile22
-rw-r--r--devel/p5-Test-Cmd/distinfo2
-rw-r--r--devel/p5-Test-Cmd/pkg-descr5
-rw-r--r--devel/p5-Test-Cmd/pkg-plist7
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Test-Cmd/Makefile b/devel/p5-Test-Cmd/Makefile
new file mode 100644
index 000000000000..0502ab3de189
--- /dev/null
+++ b/devel/p5-Test-Cmd/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Test-Cmd
+# Date created: 2004-04-26
+# Whom: mat
+#
+# $FreeBSD$
+#
+
+PORTNAME= Test-Cmd
+PORTVERSION= 1.05
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Test
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mat@FreeBSD.org
+COMMENT= Perl module for portable testing of commands and scripts
+
+PERL_CONFIGURE= yes
+
+MAN3= Test::Cmd.3 Test::Common.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-Cmd/distinfo b/devel/p5-Test-Cmd/distinfo
new file mode 100644
index 000000000000..55277faa2701
--- /dev/null
+++ b/devel/p5-Test-Cmd/distinfo
@@ -0,0 +1,2 @@
+MD5 (Test-Cmd-1.05.tar.gz) = 462ed981f09e02a5d9bdfb309425ede0
+SIZE (Test-Cmd-1.05.tar.gz) = 31104
diff --git a/devel/p5-Test-Cmd/pkg-descr b/devel/p5-Test-Cmd/pkg-descr
new file mode 100644
index 000000000000..a426876778d9
--- /dev/null
+++ b/devel/p5-Test-Cmd/pkg-descr
@@ -0,0 +1,5 @@
+The Test::Cmd module provides a low-level framework for portable automated
+testing of executable commands and scripts (in any language, not just Perl),
+especially commands and scripts that interact with the file system.
+
+WWW: http://search.cpan.org/dist/Test-Cmd/
diff --git a/devel/p5-Test-Cmd/pkg-plist b/devel/p5-Test-Cmd/pkg-plist
new file mode 100644
index 000000000000..a38c62684ea6
--- /dev/null
+++ b/devel/p5-Test-Cmd/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Test/Cmd.pm
+%%SITE_PERL%%/Test/Cmd/Common.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cmd/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cmd
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Test/Cmd
+@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true