pkgsrc/textproc/p5-XML-RSS-Parser/Makefile
schmonz 11bf7cbf9c Update to 4.0. From the changelog:
- Requires XML::Elemental 2.0 for SAX-based parsing.
- Switched internal storage of element and attribute names to
    Clarkian notation.
- Too many bug fixes and minor enhancements to list.
- Added atom, itunes, openSerch, feedburner and creativeCommons
    namespaces to default set.
- Moved XPath namespace and prefixes storage from Element to the
    Parser module.
- Added register_ns_prefix, prefix and namespace methods to parser
    for OO access to the internal hashes.
- Introduced use of Class::ErroHandler for more quieter error
    handling.
- We have tests.
- Introduction of Util module. Moved as_xml and encode_xml methods
    from Element to Util.
2006-04-09 01:01:19 +00:00

22 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/04/09 01:01:19 schmonz Exp $
DISTNAME= XML-RSS-Parser-4.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= schmonz@NetBSD.org
COMMENT= Liberal object-oriented parser for RSS feeds
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
DEPENDS+= p5-Class-XPath>=1.4:../../devel/p5-Class-XPath
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/XML-RSS-Parser-4
PERL5_PACKLIST= auto/XML/RSS/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"