mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e085fcf7f3
PR: 190873 Submitted by: erdgeist@erdgeist.org (MAINTAINER)
16 lines
305 B
Makefile
16 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ezjail
|
|
PORTVERSION= 3.4.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://erdgeist.org/arts/software/ezjail/
|
|
|
|
MAINTAINER= erdgeist@erdgeist.org
|
|
COMMENT= Framework to easily create, manipulate, and run FreeBSD jails
|
|
|
|
USES= tar:bzip2
|
|
|
|
MAKE_ENV= DESTDIR=${STAGEDIR}
|
|
|
|
.include <bsd.port.mk>
|