1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/science/pynn/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

30 lines
674 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= pynn
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyNN-${PORTVERSION}
MAINTAINER= ports@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
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= PyNN
.include <bsd.port.mk>