# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 epoch 1 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup XML-Feed 0.52 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 639724fb2b260532a1f5ec97d68b425ee13863d6 \ sha256 a58b2e78a4e91a51ca9d84d7dc574eadcd60ee9a9ad8058b20f7f04b4a10232e if {${perl5.major} != ""} { 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}-uri-fetch \ port:p${perl5.major}-xml-atom \ port:p${perl5.major}-xml-libxml \ port:p${perl5.major}-xml-rss }