pkgsrc/textproc/p5-XML-RAI/Makefile
schmonz 0eadf612dd Initial import of p5-XML-RAI.
The RSS Abstraction Interface, or RAI (said "ray"), provides an
object-oriented interface to XML::RSS::Parser trees that abstracts
the user from handling namespaces, overlapping and alternate tag
mappings.

It's rather well known that, while popular, the RSS syntax is a
bit of a mess.

RAI provides a single simplified interface that maps one method
call to various overlapping and alternate tags used in RSS feeds.
The interface also abstracts developers from needing to deal with
namespaces. Method names are based on Dublin Core terminology.
2004-06-20 22:28:00 +00:00

20 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 22:28:00 schmonz Exp $
DISTNAME= XML-RAI-0.51
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= schmonz@NetBSD.org
COMMENT= Maps RSS tags to one common simplified interface
DEPENDS+= p5-XML-RSS-Parser>=2.15:../../textproc/p5-XML-RSS-Parser
DEPENDS+= p5-TimeDate>=1.14:../../time/p5-TimeDate
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RAI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"