c5ee9eca65
Upstream changes: Changes for 0.29 - 2008-12-13] * Publisher and index fixes * We don't need to force select_timeout anymore, and it causes explosions if called during global destruction, when $$self->[0] (_part_ of the pseudohash) may have gone missing already, but the object itself is still there. So $$self->{anything} explodes with "not a hash reference" _sometimes_, despite $$self always being an arrayref. ..friends don't let friends use pseudohashes.
23 lines
685 B
Makefile
23 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/20 22:49:11 he Exp $
|
|
#
|
|
|
|
DISTNAME= IPC-PubSub-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IPC-PubSub/
|
|
COMMENT= Perl 5 module providing interprocess publish/subscribe channels
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/PubSub/.packlist
|
|
|
|
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-DBM-Deep>=1.00:../../databases/p5-DBM-Deep
|
|
DEPENDS+= p5-Data-UUID-[0-9]*:../../devel/p5-Data-UUID
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|