1
0
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:
Jun Kuriyama 2000-10-27 01:54:27 +00:00
parent 5f1932174a
commit 00ee3007f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34279
6 changed files with 38 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (HTML-Template-2.0.tar.gz) = abfe26e2d7f40629cadbb62af058a227

View File

@ -0,0 +1 @@
Perl module to use HTML Templates from CGI scripts

View File

@ -0,0 +1,3 @@
Perl module to use HTML Templates from CGI scripts.
WWW: http://sourceforge.net/projects/html-template/

View 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