28 lines
646 B
Makefile
28 lines
646 B
Makefile
PORTNAME= cirq-pasqal
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.0
|
|
CATEGORIES= science python # quantum-computing
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cirq module to run on pasqal quantum computers
|
|
WWW= https://github.com/quantumlib/cirq
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quantumlib
|
|
GH_PROJECT= Cirq
|
|
|
|
WRKSRC_SUBDIR= cirq-pasqal
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|