pkgsrc/textproc/p5-Template-Plugin-Autoformat/Makefile
sno 3f426df7ab Importing new package for p5 module Template::Plugin::Autoformat version
2.71. This module was included in Template::Toolkit until 2.21 - since
2.22 it's distributed separately.

This Template Toolkit plugin module is an interface to Damian Conway's
Text::Autoformat Perl module which provides advanced text wrapping and
formatting.
2009-08-17 19:28:10 +00:00

24 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 19:28:10 sno Exp $
DISTNAME= Template-Plugin-Autoformat-2.71
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-Autoformat/
COMMENT= Interface to Text::Autoformat module for TT2
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-Template-Toolkit<=2.21
DEPENDS+= p5-Template-Toolkit>=2.02:../../www/p5-Template-Toolkit
DEPENDS+= p5-Text-Autoformat>=1.013:../../textproc/p5-Text-Autoformat
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Template/Plugin/Autoformat/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"