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,16 @@
COMMENT= test framework for HTTP::Server::Simple
MODULES= cpan
PKG_ARCH= *
DISTNAME = Test-HTTP-Server-Simple-0.11
CATEGORIES= www devel
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-HTTP-Server-Simple
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-HTTP-Server-Simple-0.11.tar.gz) = hcl+vU3rgFKRsXJ3Ay2kiAcijyT4mxzi+zwJ96iWu3g=
SIZE (Test-HTTP-Server-Simple-0.11.tar.gz) = 6597

View file

@ -0,0 +1,3 @@
Provides some very basic test functions for HTTP::Server::Simple.
Currently, just deals with cleanly backgrounding and killing a child
server process.

View file

@ -0,0 +1,5 @@
${P5SITE}/Test/
${P5SITE}/Test/HTTP/
${P5SITE}/Test/HTTP/Server/
${P5SITE}/Test/HTTP/Server/Simple.pm
@man man/man3p/Test::HTTP::Server::Simple.3p