5d474a94d0
PR: 221401 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12993
20 lines
332 B
Makefile
20 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qspin
|
|
DISTVERSION= 0.1.8
|
|
CATEGORIES= science
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Learn quantum spin and entanglement
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|