SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Test-Output/Makefile
Normal file
17
devel/p5-Test-Output/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = test output of other modules
|
||||
|
||||
DISTNAME = Test-Output-1.033
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
RUN_DEPENDS = sysutils/p5-Capture-Tiny>=0.17
|
||||
TEST_DEPENDS = devel/p5-Test-Pod>=1.14 \
|
||||
devel/p5-Test-Pod-Coverage>=1.04
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Output/distinfo
Normal file
2
devel/p5-Test-Output/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Output-1.033.tar.gz) = 9qhIJ0CwdfrSKq9NmH0475J8bStFLUrg0L2Pd5gwVW4=
|
||||
SIZE (Test-Output-1.033.tar.gz) = 17196
|
3
devel/p5-Test-Output/pkg/DESCR
Normal file
3
devel/p5-Test-Output/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Test-Output provides a simple interface for testing output sent to STDOUT
|
||||
or STDERR. A number of different utilities are included to try and be as
|
||||
flexible as possible to the tester.
|
3
devel/p5-Test-Output/pkg/PLIST
Normal file
3
devel/p5-Test-Output/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Output.pm
|
||||
@man man/man3p/Test::Output.3p
|
Loading…
Add table
Add a link
Reference in a new issue