20 lines
599 B
Makefile
20 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:28 wiz Exp $
|
|
|
|
DISTNAME= fann2-1.0.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fann2/}
|
|
|
|
MAINTAINER= pkgsrc@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"
|