forked from Lainports/freebsd-ports
24 lines
416 B
Makefile
24 lines
416 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=
|
|
|
|
MAINTAINER= pavel@ext.by
|
|
COMMENT= Shutdowns a running jail and all its processes
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
|
|
MAN1= jkill.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/jkill
|
|
|
|
.include <bsd.port.mk>
|