mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2d8b17ea39
With hat: portmgr
18 lines
263 B
Makefile
18 lines
263 B
Makefile
# $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>
|