f8a6a79045
Upstream changes: 1.42 2017-07-30 MANWAR - Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y. 1.41 2017-07-28 MANWAR - Fixed GitHub issue #4 (can't use non-ascii first character as element name). Thanks @nanis, @ikegami.
19 lines
549 B
Makefile
19 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.39 2017/08/10 13:34:27 wen Exp $
|
|
|
|
DISTNAME= XML-XPath-1.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-XPath/
|
|
COMMENT= XML XPath software
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Path-Tiny>=0.076:../../filesystems/p5-Path-Tiny
|
|
|
|
PERL5_PACKLIST= auto/XML/XPath/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|