summaryrefslogtreecommitdiff
path: root/devel/py-fann/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-fann/Makefile')
-rw-r--r--devel/py-fann/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-fann/Makefile b/devel/py-fann/Makefile
new file mode 100644
index 00000000000..4dd940de9b7
--- /dev/null
+++ b/devel/py-fann/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/05 14:56:23 gdt Exp $
+
+.include "../../devel/fann/Makefile.common"
+PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION}
+
+
+COMMENT= Fast Artificial Neural Network python interface
+
+#WRKSRC= work/fann-${FANNVERSION}/python
+PYDISTUTILSPKG= YES
+PYSETUPSUBDIR= python
+
+.include "../../devel/fann/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"