aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ezjailremote/Makefile
blob: 37af97b322bc70ce7f2b7367e412adc2e0cf3fbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ezjailremote
PORTVERSION=	0.2.2
PORTREVISION=	1
CATEGORIES=	sysutils python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Remote control and convenience wrapper for ezjail

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	ezjail-admin:sysutils/ezjail \
		${PYTHON_PKGNAMEPREFIX}fabric>0:devel/py-fabric@${FLAVOR}

USE_GITHUB=	yes
GH_ACCOUNT=	tomster
GH_PROJECT=	ezjail-remote

USES=		python:2.7
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>