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:
parent
b8df2f549a
commit
ed65da09c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112169
@ -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
|
||||
|
25
www/p5-Template-Plugin-Class/Makefile
Normal file
25
www/p5-Template-Plugin-Class/Makefile
Normal 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>
|
2
www/p5-Template-Plugin-Class/distinfo
Normal file
2
www/p5-Template-Plugin-Class/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Template-Plugin-Class-0.12.tar.gz) = 2ed01153031599494f616b4cbdf87ab1
|
||||
SIZE (Template-Plugin-Class-0.12.tar.gz) = 2794
|
4
www/p5-Template-Plugin-Class/pkg-descr
Normal file
4
www/p5-Template-Plugin-Class/pkg-descr
Normal 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/
|
3
www/p5-Template-Plugin-Class/pkg-plist
Normal file
3
www/p5-Template-Plugin-Class/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user