merdely adb2c7d882 Update to 2.007.
Fixes this problem (notified by sthen):
   Use of uninitialized value in pattern match (m//) at
   /usr/local/libdata/perl5/site_perl/Net/Server.pm line 600.

From sthen:
   one of the tests fails if you have IO::Socket::SSL installed (it tries to run a local ssl
   server and connect to it but fails due to it being an unknown ca, IO::Socket::SSL defaults got
   tighter) but that isn't new and isn't a real problem

ok sthen, gonzalo
2013-11-11 15:42:58 +00:00

20 lines
397 B
Makefile

# $OpenBSD: Makefile,v 1.18 2013/11/11 15:42:58 merdely Exp $
COMMENT = extensible framework for Perl server engines
MODULES = cpan
DISTNAME = Net-Server-2.007
CATEGORIES = devel net
HOMEPAGE = http://seamons.com/projects/
MAINTAINER = Michael Erdely <merdely@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
MODCPAN_EXAMPLES = Yes
TEST_DEPENDS = devel/p5-IO-Multiplex
.include <bsd.port.mk>