598880d041
Changes from previous: ---------------------- 1.13 Fri Apr 15 08:42:43 CEST 2011 - fix handling of outbuf which contains '0'. rt.cpan.org#67458 [Gordon Russell] 1.12 Wed Feb 23 22:35:27 CET 2011 - fix MSWin32 complaints rt.cpan.org#66096 [Mark Dootson] 1.11 Wed Feb 2 17:05:08 CET 2011 - Avoid warning while adding pipe rt.cpan.org#60068 [Khedin] and #16259 - Add EWOULDBLOCK and non-blocking mode for windows, rt.cpan.org#23982 [junk@penilecolada.com] - Typo "closeing", rt.cpan.org#21085 [D Steinbrunner] - avoid shutdown after close, rt.cpan.org#5715 [Lars Jensen] and #5885 - use length of outbuf, not exists to see if it is empty. [Ersun Warncke] - turn "use warnings" on
22 lines
580 B
Makefile
22 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.12 2011/12/08 00:37:38 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Multiplex-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5imx
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-Multiplex/
|
|
COMMENT= Perl module to manage IO on many file handles
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/IO/Multiplex/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|