aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jail2/Makefile
blob: edb031dae079b86c137a2d2695af24251e0f8398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   jail2
PORTVERSION=    1.1
CATEGORIES= sysutils
MASTER_SITES=   #
DISTFILES=  #

MAINTAINER= yamagi@yamagi.org
COMMENT=    Jail startup/shutdown script with jail.conf support

NO_BUILD=   yes
NO_INSTALL= yes

USE_RC_SUBR=    jail2

.include <bsd.port.mk>