SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Test-UseAllModules/Makefile
Normal file
12
devel/p5-Test-UseAllModules/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT = do use_ok for all the MANIFESTed modules
|
||||
DISTNAME = Test-UseAllModules-0.17
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-UseAllModules/distinfo
Normal file
2
devel/p5-Test-UseAllModules/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-UseAllModules-0.17.tar.gz) = px8v6LlquL/Cdgqh0xNeoEmlsg3LEFRXt2mhGVx6JQk=
|
||||
SIZE (Test-UseAllModules-0.17.tar.gz) = 5014
|
3
devel/p5-Test-UseAllModules/pkg/DESCR
Normal file
3
devel/p5-Test-UseAllModules/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module reads MANIFEST to find modules to be tested and does
|
||||
use_ok() for each of them. Now all you have to do is update MANIFEST.
|
||||
You don't have to modify the test any more (hopefully).
|
3
devel/p5-Test-UseAllModules/pkg/PLIST
Normal file
3
devel/p5-Test-UseAllModules/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/UseAllModules.pm
|
||||
@man man/man3p/Test::UseAllModules.3p
|
Loading…
Add table
Add a link
Reference in a new issue