# -*- 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-Atom 0.43
revision            0
maintainers         nomaintainer
categories-append   textproc
license             {Artistic-1 GPL}
description         Perl5 modules for Atom feed and API implementation.
long_description    Atom is a syndication, API, and archiving format \
                    for weblogs and other data. XML::Atom implements \
                    the feed format as well as a client for the API.

checksums           rmd160  f9b80fb9818ae5e0dbb6a7ebc10385efe739e01c \
                    sha256  4e593896a6f6e7cf2a796895108db567653589ffabf929a1e458a7bf6dbb0b2d \
                    size    59113

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-tiny
                    
    depends_lib-append \
                    port:p${perl5.major}-class-data-inheritable \
                    port:p${perl5.major}-datetime \
                    port:p${perl5.major}-datetime-timezone \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-uri \
                    port:p${perl5.major}-xml-libxml \
                    port:p${perl5.major}-xml-xpath

    perl5.use_module_build
    supported_archs noarch
}
