mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
829a2fa779
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16592
28 lines
648 B
Makefile
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>
|