1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add p5-Catalyst-Plugin-Singleton 0.02, singleton accessors to context.

PR:		ports/89177
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Lars Thegler 2005-11-17 20:08:33 +00:00
parent 4eb9febf5a
commit 1cee83f5c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148661
5 changed files with 40 additions and 0 deletions

View File

@ -497,6 +497,7 @@
SUBDIR += p5-Catalyst-Plugin-Pluggable
SUBDIR += p5-Catalyst-Plugin-Prototype
SUBDIR += p5-Catalyst-Plugin-Session-FastMmap
SUBDIR += p5-Catalyst-Plugin-Singleton
SUBDIR += p5-Catalyst-Plugin-Static
SUBDIR += p5-Catalyst-Plugin-SubRequest
SUBDIR += p5-Catalyst-Plugin-Textile

View File

@ -0,0 +1,30 @@
# Ports collection makefile for: p5-Catalyst-Plugin-Singleton
# Date created: Nov 16, 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Singleton
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= Singleton accessors to context
BUILD_DEPENDS= p5-Catalyst>=5.20:${PORTSDIR}/www/p5-Catalyst \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::Singleton.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>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-Singleton-0.02.tar.gz) = 2b52d9aa50e49a761a3a3c9e51720478
SHA256 (Catalyst-Plugin-Singleton-0.02.tar.gz) = ff5119bd6cb66fada0d0f858588cf9e7dbb0871fc0b0e7c92734613c84d94c66
SIZE (Catalyst-Plugin-Singleton-0.02.tar.gz) = 2127

View File

@ -0,0 +1,3 @@
Singleton accessors to context.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Singleton/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/Catalyst/Plugin/Singleton.pm
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true