2010-05-19 07:31:44 +02:00
|
|
|
# New ports collection makefile for: pynn
|
|
|
|
# Date created: 12 May 2010
|
|
|
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pynn
|
|
|
|
PORTVERSION= 0.6.0
|
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyNN-${PORTVERSION}
|
|
|
|
|
2011-09-21 18:48:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-05-19 07:31:44 +02:00
|
|
|
COMMENT= A simulator-independent language for building neuronal network models
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= PyNN
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|