forked from Lainports/opnsense-ports
21 lines
348 B
Makefile
21 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qspin
|
|
DISTVERSION= 0.1.8
|
|
PORTREVISION= 1
|
|
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>
|