From 4b72e3135201b73d898c40463ab2dccc602e3579 Mon Sep 17 00:00:00 2001 From: kleink Date: Thu, 23 Feb 2006 20:28:29 +0000 Subject: Initial import of p5-XML-Atom-Stream 0.02. XML::Atom::Stream is a consumer of AtomStream. --- textproc/p5-XML-Atom-Stream/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 textproc/p5-XML-Atom-Stream/Makefile (limited to 'textproc/p5-XML-Atom-Stream/Makefile') diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile new file mode 100644 index 00000000000..99cd98d9cf2 --- /dev/null +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 20:28:29 kleink Exp $ + +DISTNAME= XML-Atom-Stream-0.02 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xas +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Atom-Stream/ +COMMENT= Client interface for AtomStream + +#really: Test::More >= 0.32 +BUILD_DEPENDS+= p5-Test-Simple>=0.32:../../devel/p5-Test-Simple +DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww +DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX +DEPENDS+= p5-XML-Handler-Trees>=0.02:../../textproc/p5-XML-Handler-Trees +DEPENDS+= p5-XML-Atom>=0.13:../../textproc/p5-XML-Atom + +PERL5_PACKLIST= auto/XML/Atom/Stream/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3