mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
20 lines
333 B
Makefile
20 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Template
|
|
PORTVERSION= 2.94
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module to use HTML Templates from CGI scripts
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= HTML::Template.3 \
|
|
HTML::Template::FAQ.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|