ac7b029450
Changes from previous: 2011-03-09 Malcolm Nooning <m.nooning@comcast.net> (0.48) * t/forkm.t Patched perl Leon Timmermans http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646 2011-03-01 Malcolm Nooning <m.nooning@comcast.net> (0.47) * lib/Net/Daemon.pm Patched per bug 32887 "ithreads not detected due to a typo" 2011-02-22 Malcolm Nooning <m.nooning@comcast.net> (0.46) * lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem that perl 5.8.8 CPAN testers was getting. It was due to more than one "require threads" being run. * distribution. Bumped up the version number first. 2011-02-18 Malcolm Nooning <m.nooning@comcast.net> (0.45) * lib/Net/Daemon.pm Used "make dist" to create the uploaded * distribution. Bumped up the version number first. 2011-02-17 Malcolm Nooning <m.nooning@comcast.net> (0.44) * lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov * t/thread.t Added patches by Daniel Macks and Joe McMahon, and added Test::More and skip_all for Windows < 5.10 2009-03-12 Joe McMahon <mcmahon@blekko.com> (0.44) * Added necessary thread sharing to work with 5.10 threads model: regexp-threads, * Bumped minimum required perl to 5.10 for t/threads.t tests
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.25 2011/11/11 08:31:44 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Daemon-0.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nda
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Daemon/
|
|
COMMENT= Perl5 module for writing networking daemons
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|