pkgsrc/www/p5-HTML-Template-Compiled/Makefile
2020-08-31 18:06:29 +00:00

21 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/08/31 18:12:53 wiz Exp $
DISTNAME= HTML-Template-Compiled-1.003
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TINITA/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/HTML-Template-Compiled
COMMENT= Template System Compiles HTML::Template files to Perl code
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
PERL5_PACKLIST= auto/HTML/Template/Compiled/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"