Add p5-HTML-Template-Expr 0.03,
perl module to use HTML Templates which allows expressions. PR: ports/32348 Submitted by: nork@cityfujisawa.ne.jp
This commit is contained in:
parent
42b6758122
commit
9b1d1c2582
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50916
6 changed files with 47 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
|||
SUBDIR += p5-HTML-TableLayout
|
||||
SUBDIR += p5-HTML-Tagset
|
||||
SUBDIR += p5-HTML-Template
|
||||
SUBDIR += p5-HTML-Template-Expr
|
||||
SUBDIR += p5-HTML-Tree
|
||||
SUBDIR += p5-HTTP-GHTTP
|
||||
SUBDIR += p5-HTTPD-Tools
|
||||
|
|
27
www/p5-HTML-Template-Expr/Makefile
Normal file
27
www/p5-HTML-Template-Expr/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: p5-HTML-Template-Expr
|
||||
# Date Created: 2001/11/28
|
||||
# Whom: nork@cityfujisawa.ne.jp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-Template-Expr
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= nork@cityfujisawa.ne.jp
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::Template::Expr.3
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-HTML-Template-Expr/distinfo
Normal file
1
www/p5-HTML-Template-Expr/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (HTML-Template-Expr-0.03.tar.gz) = ea0b9412a903f995016c5d451466969f
|
1
www/p5-HTML-Template-Expr/pkg-comment
Normal file
1
www/p5-HTML-Template-Expr/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module to use HTML Templates which allows expressions
|
10
www/p5-HTML-Template-Expr/pkg-descr
Normal file
10
www/p5-HTML-Template-Expr/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
This module provides an extension to HTML::Template which allows
|
||||
expressions in the template syntax. This is purely an addition - all
|
||||
the normal HTML::Template options, syntax and behaviors will still
|
||||
work. See HTML::Template for details.
|
||||
|
||||
Expression support includes comparisons, math operations, string
|
||||
operations and a mechanism to allow you add your own functions at
|
||||
runtime.
|
||||
|
||||
WWW: http://sourceforge.net/projects/html-template/
|
7
www/p5-HTML-Template-Expr/pkg-plist
Normal file
7
www/p5-HTML-Template-Expr/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/HTML/Template/Expr.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template/Expr/.packlist
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML/Template 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template/Expr
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
|
Loading…
Reference in a new issue