CGI::Compile is an utility to compile CGI scripts into a code reference.
OK landry@ sthen@
This commit is contained in:
parent
5d474bee69
commit
5336e52f48
28
www/p5-CGI-Compile/Makefile
Normal file
28
www/p5-CGI-Compile/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2014/12/19 17:10:58 millert Exp $
|
||||
|
||||
COMMENT= compile .cgi scripts to a code reference
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= CGI-Compile-0.18
|
||||
CATEGORIES= www
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
||||
devel/p5-Module-Build-Tiny>=0.039
|
||||
|
||||
RUN_DEPENDS = devel/p5-File-pushd
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-NoWarnings
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && perl \
|
||||
${MODPERL_BUILD} ${FAKE_TARGET} \
|
||||
--destdir "${PREFIX}" \
|
||||
--install_path lib="libdata/perl5/site_perl" \
|
||||
--install_path libdoc="man/man3p"
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-CGI-Compile/distinfo
Normal file
2
www/p5-CGI-Compile/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (CGI-Compile-0.18.tar.gz) = G00LxRLkmJNgJhioYBf4vZoiwqJlIlVPKto+mwhxP9U=
|
||||
SIZE (CGI-Compile-0.18.tar.gz) = 19134
|
3
www/p5-CGI-Compile/pkg/DESCR
Normal file
3
www/p5-CGI-Compile/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
CGI::Compile is an utility to compile CGI scripts into a code
|
||||
reference that can run many times on its own namespace, as long as
|
||||
the script is ready to run on a persistent environment.
|
4
www/p5-CGI-Compile/pkg/PLIST
Normal file
4
www/p5-CGI-Compile/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2014/12/19 17:10:58 millert Exp $
|
||||
${P5SITE}/CGI/
|
||||
${P5SITE}/CGI/Compile.pm
|
||||
@man man/man3p/CGI::Compile.3p
|
Loading…
x
Reference in New Issue
Block a user