2013-03-02 06:49:40 +01:00
|
|
|
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
2010-05-19 07:31:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pynn
|
2013-03-02 06:49:40 +01:00
|
|
|
PORTVERSION= 0.7.5
|
2010-05-19 07:31:44 +02:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyNN-${PORTVERSION}
|
|
|
|
|
2011-09-21 18:48:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-02 06:49:40 +01:00
|
|
|
COMMENT= Simulator-independent language for building neuronal network models
|
2010-05-19 07:31:44 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2011-11-03 13:59:20 +01:00
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
2010-05-19 07:31:44 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= PyNN
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|