Add p5-Template-Plugin-Monta.

Template::Plugin::Monta is a plugin for Template Toolkit which allows you to
use monta-method on your template.

WWW: http://search.cpan.org/dist/Template-Plugin-Monta/

PR:		ports/82632
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
This commit is contained in:
Jean-Yves Lefort 2005-06-29 00:30:04 +00:00
parent 23976570f0
commit f2feab6249
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138144
5 changed files with 45 additions and 0 deletions

View file

@ -587,6 +587,7 @@
SUBDIR += p5-Template-Plugin-Class
SUBDIR += p5-Template-Plugin-Comma
SUBDIR += p5-Template-Plugin-MP3
SUBDIR += p5-Template-Plugin-Monta
SUBDIR += p5-Template-Timer
SUBDIR += p5-Template-Toolkit
SUBDIR += p5-URI-Sequin

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: p5-Template-Plugin-Monta
# Date created: 14 June 2005
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= Template-Plugin-Monta
PORTVERSION= 0.03
CATEGORIES= www textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Template
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Template-Toolkit plugin to Monta Method
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS= ${BUILD_DEPENDS} \
${SITE_PERL}/${PERL_ARCH}/Acme/Monta.pm:${PORTSDIR}/www/p5-Acme-Monta
PERL_CONFIGURE= yes
MAN3= Template::Plugin::Monta.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8 or greater. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (Template-Plugin-Monta-0.03.tar.gz) = 7a88b986dae29b66d9aaa76ac0a83a44
SIZE (Template-Plugin-Monta-0.03.tar.gz) = 1972

View file

@ -0,0 +1,4 @@
Template::Plugin::Monta is a plugin for Template Toolkit which allows you to
use monta-method on your template.
WWW: http://search.cpan.org/dist/Template-Plugin-Monta/

View file

@ -0,0 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Monta/.packlist
%%SITE_PERL%%/Template/Plugin/Monta.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Monta
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Template/Plugin 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Template 2>/dev/null || true