ports/sysutils/pslist/Makefile
Danilo G. Baio 7794fea8fa */*: Drop maintainer'ship
Back to the pool other ports that I'm no longer using.
2025-10-23 20:33:16 -03:00

21 lines
576 B
Makefile

PORTNAME= pslist
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/files/sys/pslist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to view or send signals to processes with all their children
WWW= https://devel.ringlet.net/sysutils/pslist/
LICENSE= BSD2CLAUSE
#LICENSE_FILE= ${WRKSRC}/README # License on 4th paragraph
USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= pslist
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" MANDIR="${PREFIX}/share/man/man"
NO_ARCH= yes
.include <bsd.port.mk>