6aca3e5b2f
Upstream changes: 2020-09-22 Todd Rinaldo <toddr@cpan.org> (0.49) * Perl 5.6 is the minimum required version now. * RIP Thread.pm it has not been relevant since 5.6 * Now using github CI to monitor the major platforms. * .gitignore for better management * Update the MANIFEST * Perltidy the code base. * use strict, warnings, no vars, our * Remove perl 4-ish subroutine calls * Require Sys::Syslog 0.29 to function properly. * t/base.t -> Test::More * Improve skipall messages and detection of ithreads/forks * Disable t/ithreadm.t for Windows See https://github.com/toddr/Net-Daemon/issues/19 * Only load threads if forks hasn't already been loaded and threads exist. * Update tracker location to github * Fix ReadConfigFile implementation traversing @INC
17 lines
457 B
Makefile
17 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.39 2021/09/12 07:48:12 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Daemon-0.49
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Net-Daemon
|
|
COMMENT= Perl5 module for writing networking daemons
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Net/Daemon/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|