650d6bd38a
XML::RSS::Parser is a lightweight liberal parser of RSS feeds that is derived from the XML::Parser::LP module the I developed for mt-rssfeed -- a Movable Type plugin. This parser is "liberal" in that it does not demand compliance of a specific RSS version and will attempt to gracefully handle tags it does not expect or understand. The parser's only requirements is that the file is well-formed XML and remotely resembles RSS.
20 lines
595 B
Makefile
20 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 22:25:59 schmonz Exp $
|
|
|
|
DISTNAME= XML-RSS-Parser-2.15
|
|
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-Parser>=2.29:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-Class-XPath>=1.4:../../devel/p5-Class-XPath
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RSS/Parser/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|