568e8e13cc
Upstream changes: - 1.16 G6LM4EST Tue Jun 21 04:14:28:29 -0500 2016 * stopped using my old fragile package generation and manually updated all distribution files (though Dist::Zilla should let me generate much again) * updated license to GPLv3+ * fixed 00pod.t and 01podc.t to eval the Test modules from issue and patch: HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=85592 (Thanks again MichielB.) * replaced all old '&&' with 'and' in POD - 1.14 G6JMERCY Sun Jun 19 14:27:12:34 -0500 2016 * separated old PT from VERSION to fix non-numeric issue: HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=56073 (Thanks to Slaven.) * removed Unicode from POD but added encoding utf8 anyway to pass tests and resolve issues: HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=92434 and HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=85592 (Thanks to Sudhanshu and MichielB.)
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.14 2016/07/25 23:57:09 wen Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Tidy-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Tidy/
|
|
COMMENT= Tidy indenting of XML documents
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
|
|
DEPENDS+= p5-Math-BaseCnv-[0-9]*:../../math/p5-Math-BaseCnv
|
|
|
|
PERL5_PACKLIST= auto/XML/Tidy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|