aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jailctl/Makefile
blob: e78d0301a3544b94e1825e30a861462a7907f137 (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
# New ports collection makefile for:    jailctl
# Date created:             04.04.2005
# Whom:                 Eirik Oeverby <ltning@anduin.net>
#
# $FreeBSD$
#

PORTNAME=   jailctl
PORTVERSION=    0.70
CATEGORIES= sysutils
MASTER_SITES=   http://anduin.net/jailctl/

MAINTAINER= ltning-jailctl@anduin.net
COMMENT=    Jail management tool

MAN1=       jailctl.1
MANCOMPRESSED=  yes

NO_BUILD=   yes

WRKSRC=     ${WRKDIR}/jailctl

.include <bsd.port.mk>