aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Template-Toolkit-Simple/Makefile
blob: 66b0725358789c967ed9cbae4be066f725e173e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Template-Toolkit-Simple
PORTVERSION=	0.31
CATEGORIES=	www textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Simple Interface to Template Toolkit

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Template-Toolkit>=0:www/p5-Template-Toolkit

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>