Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 2007-06-17 Malcolm Nooning <m.nooning@comcast.net> (0.43) * lib/Net/Daemon.pm Needed to up the VERSION number 2007-06-16 Malcolm Nooning <m.nooning@comcast.net> (0.42) * t/forkm.t: Added a wait so that the parent will not loop around and make another child until the previous child has been destroyed. 2007-05-23 Malcolm Nooning <m.nooning@comcast.net> (0.41) * t/forkm.t: When all ten childs are exited, sub CatchChild will now exit. 2007-05-16 Malcolm Nooning <m.nooning@comcast.net> (0.40) * t/threadm.t: The tests are now skipped with a passing indication when usethreads is defined, which would mean that the ithreadm tests are the ones that matter. Test.pm: A patch from todd.e.rinaldo was used. I do not remember what the issues were.
21 lines
507 B
Makefile
21 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.20 2008/09/11 21:24:14 he Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Daemon-0.43
|
|
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/dist/Net-Daemon/
|
|
COMMENT= Perl5 module for writing networking daemons
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/Net-Daemon/
|
|
|
|
PERL5_PACKLIST= auto/Net/Daemon/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|