d83b86087b
Changes since last packaged version (1.61): 1.62pre - security callback interface contributed by Shane Corgatelli - check libxslt version - added XML::LibXML-like API to retrieve libxslt version - added output_as_bytes() and output_as_chars() - added regression tests for output_as_* to 11utf8.t - output_as_string documentation fixed to match reality - make 06entities.t to pass with older libxml2/libxslt - POD uses items instead of headings - fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/11/30 01:17:32 seb Exp $
|
|
#
|
|
|
|
DISTNAME= XML-LibXSLT-1.62
|
|
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
|
|
|
|
DEPENDS+= p5-XML-LibXML>=1.60:../../textproc/p5-XML-LibXML
|
|
|
|
PERL5_PACKLIST= auto/XML/LibXSLT/.packlist
|
|
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|