pkgsrc/textproc/p5-XML-Twig/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

40 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:50 jlam Exp $
#
DISTNAME= XML-Twig-3.17
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5xtw
CATEGORIES= textproc perl5
MASTER_SITES= http://www.xmltwig.com/xmltwig/ \
${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xmltwig.com/
COMMENT= Efficient XML document interface
DEPENDS+= p5-WeakRef>=0.01:../../devel/p5-WeakRef
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp
# These are only needed for the test target
#DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
#DEPENDS+= p5-Text-Iconv-[0-9]*:../../converters/p5-Text-Iconv
#DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
#DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
#DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
#DEPENDS+= p5-XML-Filter-BufferText-[0-9]*:../../textproc/p5-XML-Filter-BufferText
#DEPENDS+= p5-XML-Handler-YAWriter-[0-9]*:../../textproc/p5-XML-Handler-YAWriter
#DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
#DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XML/Twig/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"