pkgsrc/textproc/p5-Text-Xslate/Makefile
wen 12a238ed3f Update to 3.1.1
Upstream changes:
3.1.1 2014-01-24 07:50:52+0900
    [DOCUMENTS]
    - Fix some typos (#102)
    - Add an explanation of `validate()` (#101)

    [BUG FIXES]
    - Fix a race condition on making cache dirs (#103)
2014-02-16 15:35:35 +00:00

28 lines
886 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/02/16 15:35:35 wen Exp $
#
DISTNAME= Text-Xslate-3.1.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Xslate/
COMMENT= Scalable template engine for Perl5
LICENSE= ${PERL5_LICENSE}
MAKE_JOBS_SAFE= no
DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack
DEPENDS+= {perl>=5.10.1,p5-parent>=0.221}:../../devel/p5-parent
DEPENDS+= p5-Mouse>=1.08:../../devel/p5-Mouse
DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires
# only for regress test
DEPENDS+= p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
DEPENDS+= p5-Test-LeakTrace>=0:../../devel/p5-Test-LeakTrace
PERL5_PACKLIST= auto/Text/Xslate/.packlist
USE_LANGUAGES= c
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"