opnsense-ports/sysutils/jkill/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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