mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
15da944f5f
Approved by: portmgr@ (blanket approval)
20 lines
359 B
Makefile
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>
|