9594eaa921
command of the most excellent ezjail tool, which in turn is itself a convenience wrapper for jails, FreeBSD's leight-weight virtualization solution WWW: https://github.com/tomster/ezjail-remote PR: ports/171489 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> Feature safe: yes
18 lines
399 B
Makefile
18 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ezjailremote
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= Remote control and convenience wrapper for ezjail
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fabric>0:${PORTSDIR}/devel/py-fabric
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|