Add p5-Test-Script 1.02, Cross-platform basic tests for scripts.
This commit is contained in:
parent
0732ce77a4
commit
985997dac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186841
5 changed files with 37 additions and 0 deletions
|
@ -1501,6 +1501,7 @@
|
|||
SUBDIR += p5-Test-Pod-Coverage
|
||||
SUBDIR += p5-Test-RandomResults
|
||||
SUBDIR += p5-Test-Reporter
|
||||
SUBDIR += p5-Test-Script
|
||||
SUBDIR += p5-Test-Simple
|
||||
SUBDIR += p5-Test-Singleton
|
||||
SUBDIR += p5-Test-Strict
|
||||
|
|
22
devel/p5-Test-Script/Makefile
Normal file
22
devel/p5-Test-Script/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: devel/p5-Test-Script
|
||||
# Date created: Wed Mar 7 20:14:32 CET 2007
|
||||
# Whom: lth@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Script
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Test::Script - Cross-platform basic tests for scripts
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Script.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Script/distinfo
Normal file
3
devel/p5-Test-Script/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Test-Script-1.02.tar.gz) = affeb47b8c7b9f1eb6ff346daa85784d
|
||||
SHA256 (Test-Script-1.02.tar.gz) = 36bc14bee54987e4c02fa828c8e90b5d9244ee8fe14aee5a88f2ec3132538b02
|
||||
SIZE (Test-Script-1.02.tar.gz) = 21125
|
6
devel/p5-Test-Script/pkg-descr
Normal file
6
devel/p5-Test-Script/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Test::Script - Cross-platform basic tests for scripts
|
||||
|
||||
The intent of this module is to provide a series of basic tests for
|
||||
scripts in the bin directory of your Perl distribution.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Script/
|
5
devel/p5-Test-Script/pkg-plist
Normal file
5
devel/p5-Test-Script/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Test/Script.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Script/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Script
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Reference in a new issue