aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-NeatTemplate/Makefile
blob: 6da05fb956b3e2873ac08adef53b0bd763653551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Text-NeatTemplate
PORTVERSION=	0.10.01
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Fast, middleweight template engine

USES=		perl5
USE_PERL5=	modbuild

MAN3=		Text::NeatTemplate.3

.include <bsd.port.mk>