pkgsrc/textproc/p5-Text-Template/Makefile
wen 21723e4d58 Update to 1.46
Upstream changes:
What's new in v1.46 since v1.44:

        Thanks to Rik Signes, there is a new
        Text::Template->append_text_to_output method, which
        Text::Template always uses whenever it wants to emit output.
        You can subclass this to get control over the output, for
        example for postprocessing.

        A spurious warning is no longer emitted when the TYPE
        parameter to ->new is omitted.
2013-08-26 01:44:15 +00:00

18 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.29 2013/08/26 01:44:15 wen Exp $
#
DISTNAME= Text-Template-1.46
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tte
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Template/
COMMENT= Perl5 library for generating form letters
LICENSE= artistic AND gnu-gpl-v2
PERL5_PACKLIST= auto/Text/Template/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"