f13d3eb385
0.44 Fri Jul 25 08:25:52 MDT 2008 -Patch from Tom Wyant <twyant3@comcast.net> for darwin issues that didn't make it into 0.43. 0.43 Thu Jul 17 20:59:23 MDT 2008 -Changed 'my $TTYDEVSFILE;' to 'our' to permit multiple versions of perl (rt.cpan.org bug ID 37722); fixed up include file order in os/Linux.h so module will build on OpenSuse 11 per request of Steve Linn <steve@rhythm.com>; fixed warning under perl 5,10 (rt.cpan.org bug ID 36666); fixes for numerous problems on darwin from Tom Wyant <twyant3@comcast.net> (rt.cpan.org bug IDs 24331, 32761, and 33698); fix for ARG_MAX dynamic configuration in os/Linux.h (rt.cpan.org bug ID 36283). 0.42 Fri Jan 25 22:29:00 MST 2008 -Patch to fix PROC_FS define in Solaris 5.10 from jlv <jloverso@mathworks.com>; patch to replace kinfo array and use KINFO structure on darwin. Patch from Steve Linn <steve@rhythm.com> for x86_64 linux. Shortened test code so it only shows info for current process.
21 lines
569 B
Makefile
21 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/08/06 22:01:53 he Exp $
|
|
#
|
|
|
|
DISTNAME= Proc-ProcessTable-0.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Proc-ProcessTable/
|
|
COMMENT= Perl extension to access the UNIX process table
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
REPLACE_PERL= example.pl
|
|
|
|
PERL5_PACKLIST= auto/Proc/ProcessTable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|