diff options
author | adam <adam> | 2011-08-12 12:02:11 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-12 12:02:11 +0000 |
commit | 6dd241a75078ab6eb1457c3c9f6cd03e8696d1ea (patch) | |
tree | 2dfbf7d3f4cd768e5d854edf5e358ec4dbc524df /devel/p5-EV/Makefile | |
parent | 790843b581c7c24709fce76c5f038b4fc7634b9d (diff) | |
download | pkgsrc-6dd241a75078ab6eb1457c3c9f6cd03e8696d1ea.tar.gz |
Changes 4.03:
* do not avoid the clock_gettime call on GNU/Linux anymore, as EV
links against -lpthread anyways - as a result, EV might now take
advantage of fast userspace clock_gettime implementations,
but also links against -lrt.
* (libev) lots of event port bug workarounds.
* (libev) officially support files in I/O watchers.
* (libev) new function ev_feed_signal.
* fix documentation parts still refering to the 3.x API.
Diffstat (limited to 'devel/p5-EV/Makefile')
-rw-r--r-- | devel/p5-EV/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index 4ea70570a97..ce6befd435c 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/12/02 15:47:42 wiz Exp $ -# +# $NetBSD: Makefile,v 1.7 2011/08/12 12:02:11 adam Exp $ -DISTNAME= EV-4.00 +DISTNAME= EV-4.03 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} @@ -11,12 +10,12 @@ 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 +PKG_DESTDIR_SUPPORT= user-destdir -MAKE_ENV+= PERL_MM_USE_DEFAULT=1 +DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense -PKG_DESTDIR_SUPPORT= user-destdir -PERL5_PACKLIST= auto/EV/.packlist +MAKE_ENV+= PERL_MM_USE_DEFAULT=1 +PERL5_PACKLIST= auto/EV/.packlist .include "../../lang/perl5/module.mk" .include "../../devel/libev/buildlink3.mk" |