mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port: www/p5-Catalyst-Plugin-Setenv, Set up the environment from Catalyst's config file
This commit is contained in:
parent
949043e84a
commit
4d89b906d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189356
@ -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
|
||||
|
29
www/p5-Catalyst-Plugin-Setenv/Makefile
Normal file
29
www/p5-Catalyst-Plugin-Setenv/Makefile
Normal file
@ -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>
|
3
www/p5-Catalyst-Plugin-Setenv/distinfo
Normal file
3
www/p5-Catalyst-Plugin-Setenv/distinfo
Normal file
@ -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
|
3
www/p5-Catalyst-Plugin-Setenv/pkg-descr
Normal file
3
www/p5-Catalyst-Plugin-Setenv/pkg-descr
Normal file
@ -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/
|
3
www/p5-Catalyst-Plugin-Setenv/pkg-plist
Normal file
3
www/p5-Catalyst-Plugin-Setenv/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Setenv.pm
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
Loading…
Reference in New Issue
Block a user