21 lines
608 B
Makefile
21 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.35 2016/09/19 01:04:02 mef Exp $
|
|
|
|
DISTNAME= HTML-Template-2.95
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
|
|
${MASTER_SITE_SOURCEFORGE:=html-template/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://html-template.sourceforge.net/
|
|
COMMENT= Perl5 module to create HTML templates with simple tags
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
|
|
PERL5_PACKLIST= auto/HTML/Template/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|