summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RAI/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-06-20 22:28:00 +0000
committerschmonz <schmonz>2004-06-20 22:28:00 +0000
commit18b49e0e7823b10ede477a2fee1075888afec2f6 (patch)
tree0545a08bf9c613f12913a1f371cd12ba28dfc67f /textproc/p5-XML-RAI/Makefile
parent9e8052029a4dcb4390f73d2881822aa4ed1a150b (diff)
downloadpkgsrc-18b49e0e7823b10ede477a2fee1075888afec2f6.tar.gz
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.
Diffstat (limited to 'textproc/p5-XML-RAI/Makefile')
-rw-r--r--textproc/p5-XML-RAI/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile
new file mode 100644
index 00000000000..661737642d2
--- /dev/null
+++ b/textproc/p5-XML-RAI/Makefile
@@ -0,0 +1,20 @@
+# $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"