import p5-Test-Script 1.03
The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution. Further, it aims to provide them with perfect platform-compatibility and in a way that is as unobtrusive as possible. That is, if the program works on a platform, then Test::Script should also work on that platform. In doing so, it is hoped that Test::Script can become a module that you can safely make a dependency of your module, without risking your module not working on some platform because of the dependency. based on a submission by Stephan A. Rickauer
This commit is contained in:
parent
41f7f6f53e
commit
1a0e225bbe
18
devel/p5-Test-Script/Makefile
Normal file
18
devel/p5-Test-Script/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/14 21:17:43 jasper Exp $
|
||||
|
||||
COMMENT= cross-platform basic tests for scripts
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Test-Script-1.03
|
||||
CATEGORIES= devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-IPC-Run3->=0.034:devel/p5-IPC-Run3
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Test-Script/distinfo
Normal file
5
devel/p5-Test-Script/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Test-Script-1.03.tar.gz) = +jAY1jvFTruNTSRPsdxMNQ==
|
||||
RMD160 (Test-Script-1.03.tar.gz) = 1ZJm1SYfLbYdrNsW0beG3aoW/9I=
|
||||
SHA1 (Test-Script-1.03.tar.gz) = KMlAixANxScHJXiWdczKJ5xvkrk=
|
||||
SHA256 (Test-Script-1.03.tar.gz) = YYGc/2K43XDGDBOk4uFhfriQDOGRUeFiVSKGdCbcQfo=
|
||||
SIZE (Test-Script-1.03.tar.gz) = 21994
|
8
devel/p5-Test-Script/pkg/DESCR
Normal file
8
devel/p5-Test-Script/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
The intent of this module is to provide a series of basic tests for
|
||||
scripts in the bin directory of your Perl distribution. Further, it
|
||||
aims to provide them with perfect platform-compatibility and in a way
|
||||
that is as unobtrusive as possible. That is, if the program works on a
|
||||
platform, then Test::Script should also work on that platform. In doing
|
||||
so, it is hoped that Test::Script can become a module that you can
|
||||
safely make a dependency of your module, without risking your module not
|
||||
working on some platform because of the dependency.
|
4
devel/p5-Test-Script/pkg/PLIST
Normal file
4
devel/p5-Test-Script/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/14 21:17:43 jasper Exp $
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Script.pm
|
||||
@man man/man3p/Test::Script.3p
|
Loading…
Reference in New Issue
Block a user