# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         XML-LibXSLT 2.003000
revision            3
maintainers         nomaintainer
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  a533bc041cbccc7eb8b287ef7d153b009746c221 \
                    sha256  7caa5aee72f53be59d8b84eecb6864a07c612a12ea6b27d5c706960edcd54587 \
                    size    118829

platforms           darwin

if {${perl5.major} != ""} {
    depends_build-append \
                    port:pkgconfig
    
    depends_lib-append \
                    port:p${perl5.major}-xml-libxml \
                    port:libxslt \
                    port:gdbm
}