b9214dc8ed
1.94 2015-01-19 - Fix builds on older versions of libxslt. - Breakage caused by the MaxVars change. - https://rt.cpan.org/Ticket/Display.html?id=101605 - Thanks to Deyan Ginev for the report.
20 lines
578 B
Makefile
20 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.35 2015/01/21 21:44:34 wiz Exp $
|
|
|
|
DISTNAME= XML-LibXSLT-1.94
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= adam@migus.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-LibXSLT/
|
|
COMMENT= Perl interface to the libxslt library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
|
|
|
|
USE_TOOLS+= pkg-config
|
|
PERL5_PACKLIST= auto/XML/LibXSLT/.packlist
|
|
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|