freebsd-ports/www/p5-HTML-Template/Makefile

23 lines
443 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-HTML-Template
# Date Created: 26 Oct, 2000
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Template
2011-08-06 15:37:20 +02:00
PORTVERSION= 2.10
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
2003-02-22 08:48:51 +01:00
COMMENT= Perl module to use HTML Templates from CGI scripts
2001-01-08 07:44:24 +01:00
PERL_CONFIGURE= yes
2011-08-06 15:37:20 +02:00
MAN3= HTML::Template.3 \
HTML::Template::FAQ.3
.include <bsd.port.mk>