1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/science/brian/Makefile
2012-09-04 07:13:08 +00:00

27 lines
667 B
Makefile

# Ports collection makefile for: brian
# Date created: 27 Feb, 2009
# Whom: wenheping@gmail.com
#
# $FreeBSD$
#
PORTNAME= brian
PORTVERSION= 1.4.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP \
SF/${PORTNAME}/Brian/${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A clock-driven simulator for spiking neural networks
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \
${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_ZIP= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>