e085fcf7f3
PR: 190873 Submitted by: erdgeist@erdgeist.org (MAINTAINER)
15 lines
305 B
Makefile
15 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>
|