CGI::Compile is an utility to compile CGI scripts into a code reference.

OK landry@ sthen@
This commit is contained in:
millert 2014-12-19 17:10:58 +00:00
parent 5d474bee69
commit 5336e52f48
4 changed files with 37 additions and 0 deletions

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

View File

@ -0,0 +1,2 @@
SHA256 (CGI-Compile-0.18.tar.gz) = G00LxRLkmJNgJhioYBf4vZoiwqJlIlVPKto+mwhxP9U=
SIZE (CGI-Compile-0.18.tar.gz) = 19134

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

View 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