diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-22 20:11:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-22 20:11:25 +0000 |
commit | 53f3b11fb7de01e4021170e44cef6477ad38dea8 (patch) | |
tree | c47e34c4086600e890bebe0fdb81a31d8d2309ed /textproc/p5-XML-LibXSLT/Makefile | |
parent | 74868a80374713d3a76a519b152f09cadc06b7a5 (diff) | |
download | pkgsrc-53f3b11fb7de01e4021170e44cef6477ad38dea8.tar.gz |
Import p5-XML-LibXSLT from pkgsrc-wip. Packaged by Adam Migus, and
slightly modified by me.
This module is a fast XSLT library, based on the Gnome libxslt engine
that you can find at http://www.xmlsoft.org/XSLT/. Performance is
currently about twice that of XML::Sablotron (based on XSLTMark tests
converted to Perl). The libxslt processor is also highly standards
compliant, with practically all of XSLT 1.0 being supported in version
0.9 of libxslt. This is free software, you may use it and distribute
it under the same terms as Perl itself. Copyright 2001 AxKit.com Ltd,
All rights reserved.
Diffstat (limited to 'textproc/p5-XML-LibXSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile new file mode 100644 index 00000000000..af521f953fd --- /dev/null +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 20:11:25 minskim Exp $ +# + +DISTNAME= XML-LibXSLT-1.53 +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/~phish/XML-LibXML/ +COMMENT= Perl interface to the libxslt library + +DEPENDS+= p5-XML-LibXML>=1.49:../../textproc/p5-XML-LibXML + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXSLT/.packlist + +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |