mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||
|
|
32
www/p5-Template-Plugin-Monta/Makefile
Normal file
32
www/p5-Template-Plugin-Monta/Makefile
Normal 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>
|
2
www/p5-Template-Plugin-Monta/distinfo
Normal file
2
www/p5-Template-Plugin-Monta/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Template-Plugin-Monta-0.03.tar.gz) = 7a88b986dae29b66d9aaa76ac0a83a44
|
||||
SIZE (Template-Plugin-Monta-0.03.tar.gz) = 1972
|
4
www/p5-Template-Plugin-Monta/pkg-descr
Normal file
4
www/p5-Template-Plugin-Monta/pkg-descr
Normal 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/
|
6
www/p5-Template-Plugin-Monta/pkg-plist
Normal file
6
www/p5-Template-Plugin-Monta/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue