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-API/Makefile
Normal file
17
devel/p5-Test-API/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = test a list of subroutines provided by a module
|
||||
|
||||
DISTNAME = Test-API-0.010
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-API/distinfo
Normal file
2
devel/p5-Test-API/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-API-0.010.tar.gz) = fmA08OspMU0x0zVIKBBqzidF8hYM08FEOim2j1PKIxM=
|
||||
SIZE (Test-API-0.010.tar.gz) = 17623
|
3
devel/p5-Test-API/pkg/DESCR
Normal file
3
devel/p5-Test-API/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This simple test module checks the subroutines provided by a module.
|
||||
This is useful for confirming a planned API in testing and ensuring
|
||||
that other functions aren't unintentionally included via import.
|
3
devel/p5-Test-API/pkg/PLIST
Normal file
3
devel/p5-Test-API/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/API.pm
|
||||
@man man/man3p/Test::API.3p
|
Loading…
Add table
Add a link
Reference in a new issue