9bfa0b6d9b
Changes from previous: ============================== 2011-06-29 10:03:36 +0100 1.16 ============================== Resolve [rt.cpan.org #69175] "Test-POE-Server-TCP-1.14 stuck in test on Strawberry Perl 5.12.3" Made the explicit socket shutdown for 'cygwin' applicable to MSWin32 as well. I was able to reproduce the issue with: This is perl 5, version 14, subversion 1 (v5.14.1) built for MSWin32-x64-multi-thread
22 lines
610 B
Makefile
22 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/10/14 02:12:12 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Test-POE-Server-TCP-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-POE-Server-TCP/
|
|
COMMENT= POE Component providing TCP server services for tests
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|