15 lines
268 B
Makefile
15 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Template
|
|
PORTVERSION= 2.95
|
|
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
|
|
|
|
.include <bsd.port.mk>
|