aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-NeatTemplate/Makefile
blob: a482edae4e47c0a8716aafbaab8df241cb36fa12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

NO_STAGE=	yes
.include <bsd.port.mk>