# $Id: Portfile,v 1.1 2005/10/03 20:07:24 mww Exp $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			XML-LibXSLT 1.58
maintainers			ryan@cyberscript.net
categories-append	textproc
description			Perl interface to libxslt.
long_description	This module is an interface to the gnome project's \
					libxslt. This is an extremely good XSLT engine, \
					highly compliant and also very fast. I have tests \
					showing this to be more than twice as fast as Sablotron.
homepage			http://search.cpan.org/dist/XML-LibXSLT/
checksums			md5 c7b707002fed5c3572d81f92c453a5ce
platforms			darwin

depends_lib-append	port:p5-xml-libxml \
					port:libxslt
