diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-02 05:07:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-02 05:07:10 +0000 |
commit | de5ad4812dcdd992a972f76fb404e7ad97396bfb (patch) | |
tree | a78fe9c37ac97cc9840c2fc47ff18627b5643807 /www/p5-CGI-Compile | |
parent | 5fc4b8e3b8b8c82d1f137c04df7392d3bacd3088 (diff) | |
download | ports-de5ad4812dcdd992a972f76fb404e7ad97396bfb.tar.gz ports-de5ad4812dcdd992a972f76fb404e7ad97396bfb.zip |
Notes
Diffstat (limited to 'www/p5-CGI-Compile')
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 25 | ||||
-rw-r--r-- | www/p5-CGI-Compile/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CGI-Compile/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-CGI-Compile/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile new file mode 100644 index 000000000000..1cfae2f19dff --- /dev/null +++ b/www/p5-CGI-Compile/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: CGI::Compile +# Date created: 02 Apr 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CGI-Compile +PORTVERSION= 0.11 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to compile .cgi scripts to a code reference + +RUN_DEPENDS= \ + p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= CGI::Compile.3 + +.include <bsd.port.mk> diff --git a/www/p5-CGI-Compile/distinfo b/www/p5-CGI-Compile/distinfo new file mode 100644 index 000000000000..569639291be0 --- /dev/null +++ b/www/p5-CGI-Compile/distinfo @@ -0,0 +1,3 @@ +MD5 (CGI-Compile-0.11.tar.gz) = ec8bd2e3d8385c939584ad9b5ffeffb7 +SHA256 (CGI-Compile-0.11.tar.gz) = 7444a11491defaf9252ef723d79911eec4585007e17f576f39a31fa013ab1654 +SIZE (CGI-Compile-0.11.tar.gz) = 44861 diff --git a/www/p5-CGI-Compile/pkg-descr b/www/p5-CGI-Compile/pkg-descr new file mode 100644 index 000000000000..2aa671bb1ad4 --- /dev/null +++ b/www/p5-CGI-Compile/pkg-descr @@ -0,0 +1,3 @@ +Compile .cgi scripts to a code reference like ModPerl::Registry. + +WWW: http://search.cpan.org/dist/CGI-Compile/ diff --git a/www/p5-CGI-Compile/pkg-plist b/www/p5-CGI-Compile/pkg-plist new file mode 100644 index 000000000000..3a614c275ce9 --- /dev/null +++ b/www/p5-CGI-Compile/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Compile/.packlist +%%SITE_PERL%%/CGI/Compile.pm +@dirrmtry %%SITE_PERL%%/CGI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Compile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI |