SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Test-Inter/Makefile
Normal file
16
devel/p5-Test-Inter/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = framework for more readable interactive test scripts
|
||||
|
||||
DISTNAME = Test-Inter-1.10
|
||||
CATEGORIES = devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
TEST_DEPENDS = devel/p5-File-Find-Rule
|
||||
|
||||
TEST_ENV = RELEASE_TESTING=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Inter/distinfo
Normal file
2
devel/p5-Test-Inter/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Inter-1.10.tar.gz) = cewRXqwm+2aJGb1mQLQcNzInUuvUjBx222a3O679O10=
|
||||
SIZE (Test-Inter-1.10.tar.gz) = 44946
|
3
devel/p5-Test-Inter/pkg/DESCR
Normal file
3
devel/p5-Test-Inter/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is another framework for writing test scripts. It is loosely
|
||||
inspired by Test::More, and has most of its functionality, but it is
|
||||
not a drop-in replacement.
|
4
devel/p5-Test-Inter/pkg/PLIST
Normal file
4
devel/p5-Test-Inter/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Inter.pm
|
||||
${P5SITE}/Test/Inter.pod
|
||||
@man man/man3p/Test::Inter.3p
|
Loading…
Add table
Add a link
Reference in a new issue