summaryrefslogtreecommitdiff
path: root/sysutils/jail2/Makefile
blob: 364499b2d80bd24b4aa93879c8ad9e0b6308c0f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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

NO_STAGE=	yes
.include <bsd.port.mk>