pkgsrc/devel/py-fann2/Makefile
rodent 5423ab59e0 Import py27-fann2-1.0.0 as devel/py-fann2.
This is an update of the python bindings for the Fast Artificial Neural Network
(FANN) library, which were included in fann-2.1.0beta.
2014-07-05 19:38:00 +00:00

20 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/07/05 19:38:00 rodent Exp $
DISTNAME= fann2-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/f/fann2/
MAINTAINER= devel@futurelinkcorporation.com
HOMEPAGE= https://github.com/FutureLinkCorporation/fann2
COMMENT= Python bindings for Fast Artificial Neural Network (FANN)
LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= swig2-[0-9]*:../../devel/swig2
USE_LANGUAGES= c c++
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/fann/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"