aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-dTemplate/Makefile
blob: 69123e52ece05642eddbe624ec1650d54bc8dc01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Jeremy Shaffner <jeremy@external.org>
# $FreeBSD$

PORTNAME=	dTemplate
PORTVERSION=	2.5
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Powerful template handling logic with advanced features

USES=		perl5
USE_PERL5=	configure

MAN3=		dTemplate.3

.include <bsd.port.mk>