pkgsrc/textproc/p5-Text-Template/Makefile
wiz 64af3625b2 Update to 1.44:
This is a maintentance release.  There are no feature changes.

        _scrubpkg, which was responsible for eptying out temporary
        packages after the module had done with them, wasn't always
        working; the result was memory-leaks in long-running
        applications.  This should be fixed now, and there is a test
        in the test suite for it.

        Minor changes to the test suite to prevent spurious errors.

        Minor documentation changes.
2005-11-23 22:15:35 +00:00

17 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.18 2005/11/23 22:15:35 wiz Exp $
#
DISTNAME= Text-Template-1.44
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tte
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.plover.com/~mjd/perl/Template/
COMMENT= Perl5 library for generating form letters
PERL5_PACKLIST= auto/Text/Template/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"