Template Toolkit plugin interface to Text::Autoformat module. This is
a separate distribution as of Template-Toolkit 2.22. WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat PR: ports/137941 Submitted by: Vivek Khera <vivek at khera.org>
This commit is contained in:
parent
287b657197
commit
04bf92d9f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240422
5 changed files with 39 additions and 0 deletions
|
@ -605,6 +605,7 @@
|
|||
SUBDIR += p5-Template-Declare
|
||||
SUBDIR += p5-Template-Extract
|
||||
SUBDIR += p5-Template-Magic
|
||||
SUBDIR += p5-Template-Plugin-Autoformat
|
||||
SUBDIR += p5-Template-Plugin-HTML-SuperForm
|
||||
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect
|
||||
SUBDIR += p5-Template-Plugin-XML-Escape
|
||||
|
|
26
textproc/p5-Template-Plugin-Autoformat/Makefile
Normal file
26
textproc/p5-Template-Plugin-Autoformat/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-Template-Plugin-Autoformat
|
||||
# Date created: Tue Aug 18 16:00:03 EDT 2009
|
||||
# Whom: Vivek Khera <vivek@khera.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Template-Plugin-Autoformat
|
||||
PORTVERSION= 2.71
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vivek@khera.org
|
||||
COMMENT= Template Toolkit interface to Text::Autoformat module
|
||||
|
||||
RUN_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat
|
||||
BUILD_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Template::Plugin::Autoformat.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Template-Plugin-Autoformat/distinfo
Normal file
3
textproc/p5-Template-Plugin-Autoformat/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Template-Plugin-Autoformat-2.71.tar.gz) = cb3d9224a0b4022cba7fd3f42d308bfa
|
||||
SHA256 (Template-Plugin-Autoformat-2.71.tar.gz) = 47bc7b2486c0fb84f7604c475470246949e496e82aecdc6aea8824984fe38c86
|
||||
SIZE (Template-Plugin-Autoformat-2.71.tar.gz) = 4736
|
4
textproc/p5-Template-Plugin-Autoformat/pkg-descr
Normal file
4
textproc/p5-Template-Plugin-Autoformat/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Template Toolkit plugin interface to Text::Autoformat module. This is
|
||||
a separate distribution as of Template-Toolkit 2.22.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat
|
5
textproc/p5-Template-Plugin-Autoformat/pkg-plist
Normal file
5
textproc/p5-Template-Plugin-Autoformat/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Template/Plugin/Autoformat.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-Plugin-Autoformat/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-Plugin-Autoformat
|
||||
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Template
|
Loading…
Reference in a new issue