pkgsrc/devel/p5-POE/Makefile
adam 4be05e44c3 Changes 1.312:
* Apply Stephen Oberholtzer's patch to fix a test freeze.
* IO::Handle->blocking() is broken on MSWin32, locking up
  t/10_units/04_drivers/01_sysrw.t in some cases. Stephen provided a
  patch to Perl and to POE to work around the issue. It's portable
  enough that things shouldn't immediately break after Perl is fixed.
* Resolves rt.cpan.org ticket 69769.
* getnameinfo() returns host and port in the opposite order of
  unpack_sockaddr_in(). Swap the return values so the right ones appear
  in ARG1 and ARG2. Thanks to Luiz Eduardo Roncato Cordeiro at CERT
  Brazil for spotting the problem and suggesting the fix. This should
  resolve his rt.cpan.org ticket, #68959.
* Add stack traces to _data_handle_remove() failures.
* Add note about Perl 5.6 issues with '>&' open mode
* Document using getsockname to verify a listening socket
* Localize $SIG{__DIE__} when rethrowing userspace exceptions from a
  safe point. Avoids shenanigans at a distance when reporting on
  userspace errors. May thwart someone's exception handling, but I
  don't know a good way to satisfy everyone here. Suggestions?
* Don't fail t/00_info.t if POE::Test::Loops is unavailable.
* This test dependency is intended to be optional, and the loop tests
  should be skipped if the user doesn't want them. Problem reported by
  skbz in irc.perl.org #poe, related to cpanm installing
  POE::Test:Loops in a user-local directory but not looking there when
  installing POE.
* Fix mangled stdio checks. This one passes all tests.
2011-08-06 13:24:20 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2011/08/06 13:24:20 adam Exp $
DISTNAME= POE-1.312
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://poe.perl.org/
#HOMEPAGE= http://search.cpan.org/dist/POE/
COMMENT= Perl Object Environment
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses
DEPENDS+= p5-Event>=1.00:../../devel/p5-Event
DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
DEPENDS+= p5-IO>=1.2301:../../devel/p5-IO
DEPENDS+= p5-POE-Test-Loops>=1.030:../../devel/p5-POE-Test-Loops
DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Term-Cap>=1.09:../../devel/p5-Term-Cap
DEPENDS+= p5-Time-HiRes>=1.59:../../time/p5-Time-HiRes
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_PARAMS+= --default
PERL5_PACKLIST= auto/POE/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"