SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
www/p5-Test-HTTP-Server-Simple/Makefile
Normal file
16
www/p5-Test-HTTP-Server-Simple/Makefile
Normal 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>
|
2
www/p5-Test-HTTP-Server-Simple/distinfo
Normal file
2
www/p5-Test-HTTP-Server-Simple/distinfo
Normal 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
|
3
www/p5-Test-HTTP-Server-Simple/pkg/DESCR
Normal file
3
www/p5-Test-HTTP-Server-Simple/pkg/DESCR
Normal 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.
|
5
www/p5-Test-HTTP-Server-Simple/pkg/PLIST
Normal file
5
www/p5-Test-HTTP-Server-Simple/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue