Add p5-Bundle-Catalyst 0.03, a bundle to install most of the Catalyst

modules.
This commit is contained in:
Lars Thegler 2005-05-12 13:34:29 +00:00
parent 95dd8a70c1
commit 773c464a46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135133
5 changed files with 46 additions and 0 deletions

View file

@ -428,6 +428,7 @@
SUBDIR += p5-AxKit-XSP-Util
SUBDIR += p5-AxKit-XSP-WebUtils
SUBDIR += p5-B-LexInfo
SUBDIR += p5-Bundle-Catalyst
SUBDIR += p5-Bundle-Slash
SUBDIR += p5-Bundle-Sledge
SUBDIR += p5-CGI-Application

View file

@ -0,0 +1,35 @@
# New ports collection makefile for: www/p5-Bundle-Catalyst
# Date created: 12 May 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Bundle-Catalyst
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A Bundle to install most of the Catalyst modules
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
${SITE_PERL}/Catalyst/Plugin/FormValidator.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator \
${SITE_PERL}/Catalyst/Plugin/Prototype.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Prototype \
${SITE_PERL}/Catalyst/Plugin/Session/FastMmap.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-FastMmap \
${SITE_PERL}/Catalyst/Plugin/Static.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Static \
${SITE_PERL}/Catalyst/Model/CDBI.pm:${PORTSDIR}/www/p5-Catalyst-Model-CDBI \
${SITE_PERL}/Catalyst/View/TT.pm:${PORTSDIR}/www/p5-Catalyst-View-TT
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Bundle::Catalyst.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (Bundle-Catalyst-0.03.tar.gz) = 0a3c61998fdbb257d86491af4c0ae749
SIZE (Bundle-Catalyst-0.03.tar.gz) = 1455

View file

@ -0,0 +1,3 @@
A bundle to install most of the Catalyst modules.
WWW: http://search.cpan.org/dist/Bundle-Catalyst

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Bundle/Catalyst.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle/Catalyst/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle/Catalyst 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true