64af3625b2
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.
17 lines
459 B
Makefile
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"
|