e55b86b6bc
Based on patch privided by Martin Wilke via PR 34395. And * HOMEPAGE is't exist anymore, so move to CPAN site. * This package isn't depend on p5-Data-Dumper, so remove it. Changes: 2006-02-15 Jochen Wiedmann <jwied@cpan.org> (0.39) * t/forkm.t: Hopefully, I finally got rid of the problem with the forking tests. It seems, that the perlipc manual got updated in the past years, most possibly for the same reason: A child handler must be written to catch childs in a loop. 2003-11-10 Jochen Wiedmann <joe@ispsoft.de> (0.38) * lib/Net/Daemon.pm: It is now possible to specify user/group root (aka 0). (rgreab@fx.ro) * Added mode 'ithreads'. (Bill Jackson, <bjackson@ah.ddiglobal.com>) * lib/Net/Daemon.pm (Bind): The parent process is now explicitly closing the client socket in fork mode. (Thought this would happen automatically due to garbage collection, but possibly it doesn't.) Tulsi Ram Mayala, <tulsi_rammayala@pspl.co.in> 2002-08-20 Jochen Wiedmann <joe@ispsoft.de> (0.37) * lib/Net/Daemon.pm (Bind): The server died, if accepting a connection failed. Fixed. Nathan Mueller <nmueller@cs.wisc.edu>
17 lines
446 B
Makefile
17 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/11/05 04:09:39 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Daemon-0.39
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nda
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= eric@cirr.com
|
|
HOMEPAGE= http://search.cpan.org/~jwied/Net-Daemon/
|
|
COMMENT= Perl5 module for writing networking daemons
|
|
|
|
PERL5_PACKLIST= auto/Net/Daemon/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|