# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup XML-LibXSLT 1.94 maintainers cyberscript.net:ryan license {Artistic-1 GPL} 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. checksums rmd160 dcd04800006afa7102f18a03704afe9fde83db0b \ sha256 b9c0d4de0697284c3f4687283f2ed6b28139b088e2dc2c73be37b0f7b5e94ae5 platforms darwin if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-trailingspace depends_lib-append \ port:p${perl5.major}-xml-libxml \ port:libxslt \ port:gdbm }