mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
- Rename to match the project name (python-nomad) Approved by: araujo Differential Revision: https://reviews.freebsd.org/D18964
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-nomad
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= sysutils python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jhixson@FreeBSD.org
|
|
COMMENT= Python client for nomad
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|