ports/sysutils/jps/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

20 lines
400 B
Makefile

# Created by: Pavel Novikov
# $FreeBSD$
PORTNAME= jps
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://ext.by/jps/
MAINTAINER= pavel@ext.by
COMMENT= Wrapper to ps(1) that maps pids to jails
BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
PLIST_FILES= bin/jps man/man1/jps.1.gz
SHEBANG_FILES= jps.pl
.include <bsd.port.mk>