aboutsummaryrefslogtreecommitdiffstats
path: root/science/pyNN/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/pyNN/Makefile')
-rw-r--r--science/pyNN/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/science/pyNN/Makefile b/science/pyNN/Makefile
deleted file mode 100644
index 81d96dd6db8d..000000000000
--- a/science/pyNN/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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}
-
-MAINTAINER= jupengfei@gmail.com
-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>