9c8b5ede43
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.
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $
|
|
|
|
DISTNAME= XML-Filter-BufferText-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
#SVR4_PKGNAME=
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Filter-BufferText/
|
|
COMMENT= Perl5 module XML parser filter to put all characters() in one event
|
|
|
|
DEPENDS+= p5-XML-SAX>=0.04:../../textproc/p5-XML-SAX
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/XML/Filter/BufferText/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|