1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Test-Cmd 1.05, perl module for portable testing of commands and scripts.

This commit is contained in:
Mathieu Arnold 2004-04-30 15:47:11 +00:00
parent beb87d6ad8
commit e658a9ad0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108036
5 changed files with 37 additions and 0 deletions

View File

@ -907,6 +907,7 @@
SUBDIR += p5-Term-Size
SUBDIR += p5-Test-Builder-Tester
SUBDIR += p5-Test-Class
SUBDIR += p5-Test-Cmd
SUBDIR += p5-Test-Differences
SUBDIR += p5-Test-Exception
SUBDIR += p5-Test-Harness

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Test-Cmd-1.05.tar.gz) = 462ed981f09e02a5d9bdfb309425ede0
SIZE (Test-Cmd-1.05.tar.gz) = 31104

View File

@ -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/

View File

@ -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