mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Perl module to use HTML Templates from CGI scripts.
This commit is contained in:
parent
5f1932174a
commit
00ee3007f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34279
@ -137,6 +137,7 @@
|
||||
SUBDIR += p5-HTML-Summary
|
||||
SUBDIR += p5-HTML-TableLayout
|
||||
SUBDIR += p5-HTML-Tagset
|
||||
SUBDIR += p5-HTML-Template
|
||||
SUBDIR += p5-HTML-Tree
|
||||
SUBDIR += p5-HTTPD-Tools
|
||||
SUBDIR += p5-ParallelUA
|
||||
|
27
www/p5-HTML-Template/Makefile
Normal file
27
www/p5-HTML-Template/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-HTML-Template
|
||||
# Date Created: 26 Oct, 2000
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-Template
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN3= HTML::Template.3
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-HTML-Template/distinfo
Normal file
1
www/p5-HTML-Template/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTML-Template-2.0.tar.gz) = abfe26e2d7f40629cadbb62af058a227
|
1
www/p5-HTML-Template/pkg-comment
Normal file
1
www/p5-HTML-Template/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to use HTML Templates from CGI scripts
|
3
www/p5-HTML-Template/pkg-descr
Normal file
3
www/p5-HTML-Template/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl module to use HTML Templates from CGI scripts.
|
||||
|
||||
WWW: http://sourceforge.net/projects/html-template/
|
5
www/p5-HTML-Template/pkg-plist
Normal file
5
www/p5-HTML-Template/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTML/Template.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template/.packlist
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTML 2>/dev/null || true
|
||||
@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 New Issue
Block a user