mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
28 lines
649 B
Makefile
28 lines
649 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
|
|
PORTNAME= pynn
|
|
PORTVERSION= 0.9.6
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyNN-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Simulator-independent language for building neuronal network models
|
|
|
|
LICENSE= CeCILL
|
|
LICENSE_NAME= CeCILL Free Software License Version 2.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
PYDISTUTILS_PKGNAME= PyNN
|
|
|
|
.include <bsd.port.mk>
|