# -*- 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-RSS 1.65
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
categories-append   textproc
description         XML::RSS - creates and updates RSS files
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  7d0c57a5b1c655606b986dbc7c6a3984a9c73438 \
                    sha256  bb3b231f5081445912ee866a9046dfacb085cfd317e342e9d89663c85ca680f0 \
                    size    132224

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-differences \
                    port:p${perl5.major}-test-manifest

    depends_lib-append \
                    port:p${perl5.major}-datetime \
                    port:p${perl5.major}-datetime-format-mail \
                    port:p${perl5.major}-datetime-format-w3cdtf \
                    port:p${perl5.major}-html-parser \
                    port:p${perl5.major}-xml-parser

    perl5.use_module_build
}
