aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-FastTemplate/Makefile
blob: ba5b3d04b2b623d9de81871cf49e24c04d12cbfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	CGI-FastTemplate
PORTVERSION=	1.09
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Perl module for manage templates and parses templates
WWW=		https://metacpan.org/release/CGI-FastTemplate

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>