ports/sysutils/py-nomad/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

24 lines
496 B
Makefile

# $FreeBSD$
PORTNAME= py-nomad
PORTVERSION= 0.5.0
CATEGORIES= sysutils
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@FreeBSD.org
COMMENT= Python client for nomad
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR}
USES= python:3.3+
USE_GITHUB= yes
GH_ACCOUNT= jrxFive
GH_PROJECT= python-nomad
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>