1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/science/py-cirq-ionq/Makefile
2021-08-12 01:57:37 -07:00

27 lines
518 B
Makefile

PORTNAME= cirq-ionq
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Cirq module to run on IonQ quantum computers
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= quantumlib
GH_PROJECT= Cirq
WRKSRC_SUBDIR= cirq-ionq
NO_ARCH= yes
.include <bsd.port.mk>