46dc710414
Collection. The Perl 5 module CGI::Compile is an utility to compile CGI scripts into a code reference, like ModPerl::Registry, that can run many times on its own namespace, as long as the script is ready to run on a persistent environment.
23 lines
675 B
Makefile
23 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 20:06:57 seb Exp $
|
|
|
|
DISTNAME= CGI-Compile-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-Compile/
|
|
COMMENT= Perl 5 module to compile .cgi scripts to a code reference
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/CGI/Compile/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|