Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
441 B
Makefile
18 lines
441 B
Makefile
# Created by: roam@orbitel.bg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pslist
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://devel.ringlet.net/sysutils/pslist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility to view or send signals to processes with all their children
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= pslist
|
|
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|