pkgsrc/devel/p5-AnyEvent/Makefile
xtraeme f35b6742c2 Add p5-AnyEvent-1.02:
This module offers a simple API for io, timer and completion callbacks,
independent of the event loop in use. This allows module authors to use
those events internally without forcing users of the module on a specific
event loop. Currently supported are Event, Coro::Event, Glib and Tk.
2006-08-24 08:33:29 +00:00

18 lines
506 B
Makefile

# $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"