freebsd-ports/science/py-qspin/Makefile
Yuri Victorovich 5d474a94d0 New port: science/py-qspin: Learn quantum spin and entanglement
PR:		221401
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12993
2017-11-10 21:55:26 +00:00

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>