(drop dependency on libev, not used) 4.15 Fri Mar 1 12:15:53 CET 2013 - (libev) upgrade to 4.15 - too many changes to list. - EV::run now returns a boolean. - API version 5:1. - document that cleanup watchers are not available via perl. - cast I32 to int in error message printf. - remove dependencies on librt and libpthreads on GNU/Linux.
19 lines
578 B
Makefile
19 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/09/02 12:23:43 obache Exp $
|
|
|
|
DISTNAME= EV-4.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/EV/
|
|
COMMENT= Perl interface to libev, a high performance full-featured event loop
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
|
|
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
PERL5_PACKLIST= auto/EV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|