# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup XML-Atom 0.41 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 628897c5bb897f7d1c357aacb5784afa930d7227 \ sha256 48cac6c7841a430fa8de54dc3b876a018fbd442c122e41cc1713e6ead39a969e platforms darwin if {${perl5.major} != ""} { 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}-digest-sha1 \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-uri \ port:p${perl5.major}-xml-libxml \ port:p${perl5.major}-xml-xpath }