aboutsummaryrefslogtreecommitdiffstats
path: root/science/pybrain
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-21 06:48:30 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-21 06:48:30 +0800
commit1dd0d087e7685065d68e44a26c1524785fcba7fb (patch)
tree483587f626b594c91bd63042428c5fd4c52d4891 /science/pybrain
parent9ab014c6ea7a828661d8117efa2a449772d889e6 (diff)
downloadfreebsd-ports-gnome-1dd0d087e7685065d68e44a26c1524785fcba7fb.tar.gz
freebsd-ports-gnome-1dd0d087e7685065d68e44a26c1524785fcba7fb.tar.zst
freebsd-ports-gnome-1dd0d087e7685065d68e44a26c1524785fcba7fb.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: science)
Diffstat (limited to 'science/pybrain')
-rw-r--r--science/pybrain/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/science/pybrain/Makefile b/science/pybrain/Makefile
index 4978ebb5acff..6a7d3638070c 100644
--- a/science/pybrain/Makefile
+++ b/science/pybrain/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: PyBrain
-# Date created: 18 Nov, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= pybrain
PORTVERSION= 0.3
@@ -20,4 +16,5 @@ USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= PyBrain
+NO_STAGE= yes
.include <bsd.port.mk>