mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add p5-dTemplate 1.0, a perl module aspiring to be the most powerful
general purpose templating system. PR: 23484 Submitted by: Jeremy Shaffner <jeremy@external.org>
This commit is contained in:
parent
451b19ee8b
commit
6940673a36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36094
@ -74,6 +74,7 @@
|
||||
SUBDIR += p5-XML-RSS
|
||||
SUBDIR += p5-XML-Simple
|
||||
SUBDIR += p5-XML-Stream
|
||||
SUBDIR += p5-dTemplate
|
||||
SUBDIR += par
|
||||
SUBDIR += perl2html
|
||||
SUBDIR += pspell
|
||||
|
22
textproc/p5-dTemplate/Makefile
Normal file
22
textproc/p5-dTemplate/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-dTemplate
|
||||
# Date created: 9 December 2000
|
||||
# Whom: Jeremy Shaffner <jeremy@external.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dTemplate
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= dTemplate
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jeremy@external.org
|
||||
|
||||
MAN3= dTemplate.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-dTemplate/distinfo
Normal file
1
textproc/p5-dTemplate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dTemplate-1.0.tar.gz) = 45326e82532c1787cf5173804e78048a
|
1
textproc/p5-dTemplate/pkg-comment
Normal file
1
textproc/p5-dTemplate/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A powerful template handling logic with advanced features
|
7
textproc/p5-dTemplate/pkg-descr
Normal file
7
textproc/p5-dTemplate/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module wants to be the most powerful general purpose
|
||||
templating system. It has a very clear and easy to learn
|
||||
syntax with the styling capabilities.
|
||||
|
||||
All you need to use this: put $TEMPLATE_VARIABLE$ into
|
||||
your dTemplates, define them, and parse them. (You can
|
||||
write $ signs as $$).
|
2
textproc/p5-dTemplate/pkg-plist
Normal file
2
textproc/p5-dTemplate/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/dTemplate.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/dTemplate/.packlist
|
Loading…
Reference in New Issue
Block a user