0.18 - added accessor: Text::MicroTemplate::File->include_path 0.17 - detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix) 0.16 - treat filenames starting with "/" as absolute paths - support lines like "? =pod" - fix documentation issues 0.15 - [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
19 lines
539 B
Makefile
19 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/09/12 12:39:33 wiz Exp $
|
|
|
|
DISTNAME= Text-MicroTemplate-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-MicroTemplate/
|
|
COMMENT= Perl 5 module providing a template engine
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Text/MicroTemplate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|