pkgsrc/www/p5-Template-Generate/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

35 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2006/03/04 21:31:03 jlam Exp $
DISTNAME= Template-Generate-0.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
SVR4_PKGNAME= p5tge
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~autrijus/Template-Generate/
COMMENT= Perl5 module for generating TT2 templates from TT2-rendered documents
TEX_ACCEPTED= teTeX1 teTeX2 teTeX3
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
DEPENDS+= p5-DBI>=1.18:../../databases/p5-DBI
DEPENDS+= p5-Date-Calc>=4.3:../../devel/p5-Date-Calc
DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD
DEPENDS+= p5-GDGraph3d>=0.55:../../graphics/p5-GDGraph3d
DEPENDS+= p5-GDGraph>=1.33:../../graphics/p5-GDGraph
DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
DEPENDS+= p5-XML-DOM>=1.43:../../textproc/p5-XML-DOM
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
PERL5_PACKLIST= auto/Template/Generate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"