opnsense-ports/sysutils/p5-BSD-Process/Makefile
Franco Fichtner 381a7aa745 */*: sync with upstream
Taken from: FreeBSD
2023-04-12 12:23:19 +02:00

25 lines
635 B
Makefile

PORTNAME= BSD-Process
PORTVERSION= 0.07
PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DLAND
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Information about running processes on BSD platforms
WWW= https://metacpan.org/release/BSD-Process
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= eg/*
post-install:
.for script in procinfo showprocattr topten
@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>