e885708766
1.68pre - fix compilation problems - skip exslt tests if not available - added XML::LibXSLT::HAVE_EXSLT() (1/0) 1.67 - sync the binary internals to those of XML::LibXML 1.67 - update regression tests for compatibility with up-to-date libxslt
23 lines
609 B
Makefile
23 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.17 2008/11/10 16:49:49 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= XML-LibXSLT-1.68
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xlt
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-XML-LibXML>=1.66:../../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"
|