f47ef40a1a
Upstream changes: 0.62 2021-09-13 - updated Changes file to stick to perl5-module-meta recommendations - changed version scheme back to 2 digits after major version. - added J. Bargsten as author 0.612 2021-09-08 - regression issue: allow (again) processes with empty names on Linux 0.611 2021-08-18 - fixed potential memory leak while parsing command names in linux 0.61 2021-08-17 - fixed regression: on linux only 1st char of the command names was parsed 0.60 2021-08-14 - compiles on musl - Skip LXC hidden dir in /dev when looking for TTYs - Fix test on OpenBSD
18 lines
535 B
Makefile
18 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.32 2021/09/18 13:55:25 wen Exp $
|
|
|
|
DISTNAME= Proc-ProcessTable-0.62
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Proc-ProcessTable
|
|
COMMENT= Perl extension to access the UNIX process table
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Proc/ProcessTable/.packlist
|
|
|
|
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|