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

23 lines
432 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
2007-02-09 10:28:29 +01:00
PORTVERSION= 2.9
PORTREVISION= 1
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
MAN3= HTML::Template.3
.include <bsd.port.mk>