1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add p5-Template-Plugin-Class 0.12,

allow calling of class methods
on arbitrary classes.
This commit is contained in:
Lars Thegler 2004-06-24 20:31:43 +00:00
parent b8df2f549a
commit ed65da09c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112169
5 changed files with 35 additions and 0 deletions

View File

@ -482,6 +482,7 @@
SUBDIR += p5-Sledge-Plugin-XSLT
SUBDIR += p5-Sledge-SessionManager-CookieStore
SUBDIR += p5-Sledge-Template-Expr
SUBDIR += p5-Template-Plugin-Class
SUBDIR += p5-Template-Plugin-Comma
SUBDIR += p5-Template-Plugin-MP3
SUBDIR += p5-Template-Toolkit

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Template-Plugin-Class
# Date created: 24 June 2004
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Template-Plugin-Class
PORTVERSION= 0.12
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Template
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Allow calling of class methods on arbitrary classes
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Template::Plugin::Class.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Template-Plugin-Class-0.12.tar.gz) = 2ed01153031599494f616b4cbdf87ab1
SIZE (Template-Plugin-Class-0.12.tar.gz) = 2794

View File

@ -0,0 +1,4 @@
Template::Plugin::Class allows you to call class methods on arbitrary
classes. One use for this is in Class::DBI style applications.
WWW: http://search.cpan.org/dist/Template-Plugin-Class/

View File

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