summaryrefslogtreecommitdiff
path: root/net/p5-Net-XMPP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-XMPP/Makefile')
-rw-r--r--net/p5-Net-XMPP/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/p5-Net-XMPP/Makefile b/net/p5-Net-XMPP/Makefile
new file mode 100644
index 00000000000..be58cd23fa4
--- /dev/null
+++ b/net/p5-Net-XMPP/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/22 16:05:39 he Exp $
+#
+
+DISTNAME= Net-XMPP-1.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= chat perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~hacker/Net-XMPP-1.02/
+COMMENT= Provide a Perl Developer access to the XMPP protocol
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-XML-Stream>=1.22:../../textproc/p5-XML-Stream
+DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Net/XMPP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"