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

26 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2019/11/04 21:43:43 rillig Exp $
DISTNAME= XML-Compile-Cache-1.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/XML-Compile-Cache
COMMENT= Perl module for caching compilation based XML processing
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XML-LibXML-Simple-[0-9]*:../../textproc/p5-XML-LibXML-Simple
DEPENDS+= p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
#DEPENDS+= p5-Log-Report-Optional-[0-9]*:../../devel/p5-Log-Report-Optional
DEPENDS+= p5-XML-Compile-[0-9]*:../../textproc/p5-XML-Compile
#DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
# TEST_DEPENDS
BUILD_DEPENDS+= p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester
#BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
PERL5_PACKLIST= auto/XML/Compile/Cache/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"