pkgsrc/textproc/p5-XML-Filter-BufferText/Makefile
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

19 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.24 2019/11/04 21:43:43 rillig Exp $
DISTNAME= XML-Filter-BufferText-1.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 13
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"