SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Test-API-0.010.tar.gz) = fmA08OspMU0x0zVIKBBqzidF8hYM08FEOim2j1PKIxM=
SIZE (Test-API-0.010.tar.gz) = 17623

View 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.

View file

@ -0,0 +1,3 @@
${P5SITE}/Test/
${P5SITE}/Test/API.pm
@man man/man3p/Test::API.3p