blob: 16541194745815ca26ae1c3a9cda5fae7b0b7eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= qmasm
DISTVERSIONPREFIX= v
DISTVERSION= 4.1
CATEGORIES= lang
MAINTAINER= yuri@FreeBSD.org
COMMENT= Quantum macro assembler for D-Wave systems
WWW= https://github.com/lanl/qmasm
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PuLP>0:math/py-PuLP@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= lanl
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|