freebsd-ports/sysutils/py-ezjailremote/Makefile
Kubilay Kocak abf4203ff8 sysutils/py-ezjailremote: Update to 0.2.2
- Update to 0.2.2
- Update pkg-plist
- Remove USE_ZIP
- Use GitHub for distribution files

Changes: https://github.com/tomster/ezjail-remote/commits/0.2.2

Approved by:	eadler, rm (mentors, implicit)
2013-05-03 13:30:47 +00:00

23 lines
533 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= ezjailremote
PORTVERSION= 0.2.2
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Remote control and convenience wrapper for ezjail
RUN_DEPENDS= ezjail-admin:${PORTSDIR}/sysutils/ezjail \
${PYTHON_PKGNAMEPREFIX}fabric>0:${PORTSDIR}/devel/py-fabric
USE_GITHUB= yes
GH_ACCOUNT= tomster
GH_PROJECT= ezjail-remote
GH_COMMIT= 9ee5f8b
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>