mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Template-Plugin-VMethods 0.03, install vmethods for
Template-Toolkit.
This commit is contained in:
parent
0fbfd8959e
commit
ca29b6f311
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180751
5 changed files with 41 additions and 0 deletions
|
@ -786,6 +786,7 @@
|
||||||
SUBDIR += p5-Template-Plugin-Monta
|
SUBDIR += p5-Template-Plugin-Monta
|
||||||
SUBDIR += p5-Template-Plugin-Number-Format
|
SUBDIR += p5-Template-Plugin-Number-Format
|
||||||
SUBDIR += p5-Template-Plugin-Subst
|
SUBDIR += p5-Template-Plugin-Subst
|
||||||
|
SUBDIR += p5-Template-Plugin-VMethods
|
||||||
SUBDIR += p5-Template-Provider-Encoding
|
SUBDIR += p5-Template-Provider-Encoding
|
||||||
SUBDIR += p5-Template-Timer
|
SUBDIR += p5-Template-Timer
|
||||||
SUBDIR += p5-Template-Toolkit
|
SUBDIR += p5-Template-Toolkit
|
||||||
|
|
25
www/p5-Template-Plugin-VMethods/Makefile
Normal file
25
www/p5-Template-Plugin-VMethods/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: p5-Template-Plugin-VMethods
|
||||||
|
# Date created: Dec 26, 2006
|
||||||
|
# Whom: kuriyama@FreeBSD.org
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Template-Plugin-VMethods
|
||||||
|
PORTVERSION= 0.03
|
||||||
|
CATEGORIES= www
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Template
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
|
COMMENT= Install vmethods for Template-Toolkit
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Template::Plugin::VMethods.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
www/p5-Template-Plugin-VMethods/distinfo
Normal file
3
www/p5-Template-Plugin-VMethods/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Template-Plugin-VMethods-0.03.tar.gz) = 244a119a0462e9ea7f824e9502a9fa5b
|
||||||
|
SHA256 (Template-Plugin-VMethods-0.03.tar.gz) = a327ffc78ce05344603a31a4b4591d9c3bbe180122fb32521f0190444f4fb8a7
|
||||||
|
SIZE (Template-Plugin-VMethods-0.03.tar.gz) = 5919
|
4
www/p5-Template-Plugin-VMethods/pkg-descr
Normal file
4
www/p5-Template-Plugin-VMethods/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Simple base class to allow your module to install and remove virtual
|
||||||
|
methods into the Template Toolkit.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Template-Plugin-VMethods/
|
8
www/p5-Template-Plugin-VMethods/pkg-plist
Normal file
8
www/p5-Template-Plugin-VMethods/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
%%SITE_PERL%%/Template/Plugin/VMethods.pm
|
||||||
|
%%SITE_PERL%%/Template/Plugin/VMethods/VMethodContainer.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/VMethods/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/Template/Plugin/VMethods
|
||||||
|
@dirrm %%SITE_PERL%%/Template/Plugin
|
||||||
|
@dirrm %%SITE_PERL%%/Template
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/VMethods
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
Loading…
Add table
Reference in a new issue