freebsd-ports/devel/py-freenas.dispatcher/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
703 B
Makefile

# $FreeBSD$
PORTNAME= freenas.dispatcher
PORTVERSION= 10.2a1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= FreeNAS dispatcher client
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freenas.utils>0:devel/py-freenas.utils
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ws4py>0:www/py-ws4py \
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema \
${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent \
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}freenas.utils>0:devel/py-freenas.utils
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>