1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/jkill/Makefile
Vanilla I. Shu 15da944f5f Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-27 03:33:06 +00:00

20 lines
359 B
Makefile

# Created by: Pavel Novikov
# $FreeBSD$
PORTNAME= jkill
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://ext.by/jkill/
PKGNAMEPREFIX=
MAINTAINER= pavel@ext.by
COMMENT= Shutdowns a running jail and all its processes
USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= jkill.pl
PLIST_FILES= bin/jkill man/man1/jkill.1.gz
.include <bsd.port.mk>