diff options
author | lbr <lbr@FreeBSD.org> | 2007-04-06 16:24:39 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2007-04-06 16:24:39 +0800 |
commit | 789fef561456a9322e467746d8535ef7b6cb12ba (patch) | |
tree | 9d2f4fda0253c6e44505dbf244672eb76b68a7dd /www | |
parent | 1f2121f8c8b6db179b7b79b63089f66145ed9bea (diff) | |
download | freebsd-ports-gnome-789fef561456a9322e467746d8535ef7b6cb12ba.tar.gz freebsd-ports-gnome-789fef561456a9322e467746d8535ef7b6cb12ba.tar.zst freebsd-ports-gnome-789fef561456a9322e467746d8535ef7b6cb12ba.zip |
New port: www/p5-Catalyst-Plugin-Setenv, Set up the environment from Catalyst's config file
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Setenv/Makefile | 29 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Setenv/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Setenv/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Setenv/pkg-plist | 3 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 58421d919fd1..75020bb973fa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -618,6 +618,7 @@ SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached + SUBDIR += p5-Catalyst-Plugin-Setenv SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-StackTrace SUBDIR += p5-Catalyst-Plugin-Static diff --git a/www/p5-Catalyst-Plugin-Setenv/Makefile b/www/p5-Catalyst-Plugin-Setenv/Makefile new file mode 100644 index 000000000000..24a987977f2d --- /dev/null +++ b/www/p5-Catalyst-Plugin-Setenv/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: p5-Catalyst-Plugin-Setenv +# Date created: Apr 6, 2007 +# Whom: lbr@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-Setenv +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Catalyst +PKGNAMEPREFIX= p5- + +MAINTAINER= lbr@FreeBSD.org +COMMENT= Set up the environment from Catalyst's config file + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Catalyst::Plugin::Setenv.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500801 +IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Plugin-Setenv/distinfo b/www/p5-Catalyst-Plugin-Setenv/distinfo new file mode 100644 index 000000000000..4ad89b24e972 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Setenv/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-Plugin-Setenv-0.02.tar.gz) = e0ef329356601ea70d48e83715571a17 +SHA256 (Catalyst-Plugin-Setenv-0.02.tar.gz) = 3b4bc5e91cbc61a412b3a788539959e7673f4e8da1eaf9eb550a6f79f820ca3b +SIZE (Catalyst-Plugin-Setenv-0.02.tar.gz) = 3981 diff --git a/www/p5-Catalyst-Plugin-Setenv/pkg-descr b/www/p5-Catalyst-Plugin-Setenv/pkg-descr new file mode 100644 index 000000000000..644b642aafb8 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Setenv/pkg-descr @@ -0,0 +1,3 @@ +Allows you to set up the environment from Catalyst's config file. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Setenv/ diff --git a/www/p5-Catalyst-Plugin-Setenv/pkg-plist b/www/p5-Catalyst-Plugin-Setenv/pkg-plist new file mode 100644 index 000000000000..a60f2f688c75 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Setenv/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Catalyst/Plugin/Setenv.pm +@dirrmtry %%SITE_PERL%%/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/Catalyst |