mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
886c5c818f
No additional software or tools like "jailer(8)" needed. WWW: http://ext.by/jkill/ PR: ports/64814 Submitted by: Pavel Novikov <pavel@ext.by>
25 lines
444 B
Makefile
25 lines
444 B
Makefile
# New ports collection makefile for: jkill
|
|
# Date created: 27 March 2004
|
|
# Whom: Pavel Novikov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jkill
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ext.by/jkill/
|
|
PKGNAMEPREFIX=
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= pavel@ext.by
|
|
COMMENT= Shutdowns a running jail and all its processes
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
MAN1= jkill.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/jkill
|
|
|
|
.include <bsd.port.mk>
|