f83516b436
2.009 Aug 09 2017 - Several long awaited fixes - Log when a child exits abnormally. RT #86815 - Added delete-child hook - Add cleanup_dead_child_hook to PreFork server - Removed stray warn - Use File::Temp instead of POSIX::tmpnam - UNIX read_until to allow for SSL under unix sockets
19 lines
501 B
Makefile
19 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.38 2017/09/17 20:46:53 wiz Exp $
|
|
|
|
DISTNAME= Net-Server-2.009
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://seamons.com/net_server.html
|
|
COMMENT= Perl5 modules for network services engine
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
REPLACE_PERL= bin/net-server
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Net/Server/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|