1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/py-consul/Makefile
John Hixson 829a2fa779 Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16592
2018-08-07 12:13:47 +00:00

28 lines
648 B
Makefile

# $FreeBSD$
PORTNAME= py-consul
PORTVERSION= 0.7.2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Python client for consul
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
USES= python:3.3+
USE_GITHUB= yes
GH_ACCOUNT= cablehead
GH_PROJECT= python-consul
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>