freebsd-ports/sysutils/py-ezjailremote/Makefile
Sofian Brabez 9594eaa921 ezjail-remote is a remote control and convenience wrapper for the ezjail-admin
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
2012-10-18 11:32:55 +00:00

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>