forked from Lainports/opnsense-ports
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= py-nomad
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jhixson@gmail.com
|
|
COMMENT= Python client for nomad
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py3-requests
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py3-requests
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jrxFive
|
|
GH_PROJECT= python-nomad
|
|
|
|
USES= python:3.3+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|