freebsd-ports/textproc/p5-Template-Plugin-Autoformat/Makefile
Martin Wilke 04bf92d9f5 Template Toolkit plugin interface to Text::Autoformat module. This is
a separate distribution as of Template-Toolkit 2.22.

WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat

PR:		ports/137941
Submitted by:	Vivek Khera <vivek at khera.org>
2009-08-27 18:46:51 +00:00

26 lines
752 B
Makefile

# New ports collection makefile for: p5-Template-Plugin-Autoformat
# Date created: Tue Aug 18 16:00:03 EDT 2009
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Template::Plugin::Autoformat.3
.include <bsd.port.mk>