2011-04-12 04:43:33 +02:00
|
|
|
PORTNAME= BSD-Process
|
2014-05-09 20:11:31 +02:00
|
|
|
PORTVERSION= 0.07
|
2018-04-07 04:02:06 +02:00
|
|
|
PORTREVISION= 2
|
2011-04-12 04:43:33 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:DLAND
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2023-04-11 22:46:12 +02:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2011-04-12 04:43:33 +02:00
|
|
|
COMMENT= Information about running processes on BSD platforms
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://metacpan.org/release/BSD-Process
|
2011-04-12 04:43:33 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
|
|
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
|
2011-04-12 04:43:33 +02:00
|
|
|
|
2013-09-01 19:28:00 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
USE_PERL5= configure
|
|
|
|
SHEBANG_FILES= eg/*
|
2011-04-12 04:43:33 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for script in procinfo showprocattr topten
|
2014-02-06 15:32:03 +01:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${STAGEDIR}${PREFIX}/bin
|
2011-04-12 04:43:33 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|