1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/sysutils/pslist/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

19 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>