1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/py-IBMQuantumExperience/Makefile
Yuri Victorovich d67554d8c7 devel/py-IBMQuantumExperience: Update 2.0.3 -> 2.0.4
Reported by:	portscout
2018-10-13 06:38:16 +00:00

22 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= IBMQuantumExperience
DISTVERSION= 2.0.4
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python library for the Quantum Experience API
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests_ntlm>=0:www/py-requests_ntlm@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>