summaryrefslogtreecommitdiff
path: root/devel/p5-AnyEvent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-AnyEvent/Makefile')
-rw-r--r--devel/p5-AnyEvent/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile
new file mode 100644
index 00000000000..a1048b81ba1
--- /dev/null
+++ b/devel/p5-AnyEvent/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2006/08/24 08:33:29 xtraeme Exp $
+#
+
+DISTNAME= AnyEvent-1.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://www.cpan.org/modules/by-authors/Marc_Lehmann/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://software.schmorp.de/pkg/AnyEvent.html
+COMMENT= Simple API for io, timer and completion callbacks
+
+DEPENDS+= p5-glib2-[0-9]*:../../devel/p5-glib2
+
+PERL5_PACKLIST= auto/AnyEvent/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"