summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom-Stream/Makefile
diff options
context:
space:
mode:
authorkleink <kleink>2006-02-23 20:28:29 +0000
committerkleink <kleink>2006-02-23 20:28:29 +0000
commit1310693d32b324001fb9fed4a54868f72e533c81 (patch)
tree2d31090b44dbab53125a41461d2fa68a1793a9c3 /textproc/p5-XML-Atom-Stream/Makefile
parentb84f805dc1033dd68a0f78f65a6b4283e61e3832 (diff)
downloadpkgsrc-1310693d32b324001fb9fed4a54868f72e533c81.tar.gz
Initial import of p5-XML-Atom-Stream 0.02.
XML::Atom::Stream is a consumer of AtomStream.
Diffstat (limited to 'textproc/p5-XML-Atom-Stream/Makefile')
-rw-r--r--textproc/p5-XML-Atom-Stream/Makefile23
1 files changed, 23 insertions, 0 deletions
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"