2000-10-27 03:54:27 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-Template
|
|
|
|
# Date Created: 26 Oct, 2000
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Template
|
2007-02-09 10:28:29 +01:00
|
|
|
PORTVERSION= 2.9
|
2008-08-31 01:43:05 +02:00
|
|
|
PORTREVISION= 1
|
2000-10-27 03:54:27 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-10-27 03:54:27 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= Perl module to use HTML Templates from CGI scripts
|
2000-10-27 03:54:27 +02:00
|
|
|
|
2001-01-08 07:44:24 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-10-27 03:54:27 +02:00
|
|
|
|
|
|
|
MAN3= HTML::Template.3
|
2002-02-19 14:36:15 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|