04bf92d9f5
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>
26 lines
752 B
Makefile
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>
|