summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-Autoformat/Makefile
blob: eb84af2229a957c927ffbdbe078e48f21e9e126f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$

PORTNAME=	Template-Plugin-Autoformat
PORTVERSION=	2.71
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	vivek@khera.org
COMMENT=	Template Toolkit interface to Text::Autoformat module

RUN_DEPENDS=	p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat
BUILD_DEPENDS=	p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat

USES=		perl5
USE_PERL5=	configure

MAN3=	Template::Plugin::Autoformat.3

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