# -*- 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 epoch 1 perl5.branches 5.24 perl5.setup XML-Feed 0.53 license {Artistic-1 GPL} maintainers nomaintainer supported_archs noarch description Syndication feed parser and auto-discovery long_description An abstraction above the RSS and Atom syndication feed \ formats. It supports both parsing and autodiscovery of feeds. platforms darwin checksums rmd160 0e46acb610d95570c0ca89c2bd6255fe76c96630 \ sha256 ece0396db666758f1104908deb67b6e29aa726b02327422fc7134d6e5e31611d if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-xml-rss-libxml depends_lib-append \ port:p${perl5.major}-class-errorhandler \ port:p${perl5.major}-datetime \ port:p${perl5.major}-datetime-format-mail \ port:p${perl5.major}-datetime-format-w3cdtf \ port:p${perl5.major}-feed-find \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-module-pluggable \ port:p${perl5.major}-uri-fetch \ port:p${perl5.major}-xml-atom \ port:p${perl5.major}-xml-libxml \ port:p${perl5.major}-xml-rss perl5.use_module_build }