ce31d94c92
The ->new method now fails immediately and sets $Text::Template::ERROR if the file that is named by a filename argument does not exist or cannot be opened for some other reason. Formerly, the constructor would succeed and the ->fill_in call would fail.
21 lines
590 B
Makefile
21 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/08/20 14:41:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Template-1.43
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tte
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.plover.com/~mjd/perl/Template/
|
|
COMMENT= perl5 library for generating form letters
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Template/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|