freebsd-ports/sysutils/p5-BSD-Process/Makefile

26 lines
635 B
Makefile
Raw Normal View History

PORTNAME= BSD-Process
PORTVERSION= 0.07
PORTREVISION= 2
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
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
2014-02-06 15:32:03 +01:00
@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>