aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jkill/Makefile
blob: e68106c2c898d47d8947c955c660d042e19c3307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>