blob: 9e3e6c94ad97957f403127a847ba1f12d9626221 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.26 2022/06/28 11:36:41 wiz Exp $
DISTNAME= XML-Filter-Reindent-0.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 16
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TJ/TJMATHER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/TJMATHER/XML-Filter-Reindent-0.03
COMMENT= Reformats whitespace for pretty printing XML
CONFLICTS+= p5-libxml-enno-[0-9]*
DEPENDS+= p5-XML-Filter-DetectWS>=0.01:../../textproc/p5-XML-Filter-DetectWS
PERL5_PACKLIST= auto/XML/Filter/Reindent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|