freebsd-ports/science/pynn/Makefile
Armin Pirkovitsch 129a867c3c - Update to version 0.7.4
PR:           ports/170166
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:50:36 +00:00

25 lines
538 B
Makefile

# New ports collection makefile for: pynn
# Date created: 12 May 2010
# Whom: Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pynn
PORTVERSION= 0.7.4
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyNN-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simulator-independent language for building neuronal network models
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyNN
.include <bsd.port.mk>