opnsense-ports/math/py-python-igraph/Makefile
Franco Fichtner 35a3a31676 */*: sync with upstream
Taken from: HardenedBSD
2020-08-20 07:21:02 +02:00

26 lines
686 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= python-igraph
PORTVERSION= 0.8.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= High performance graph data structures and algorithms
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph \
aclocal:devel/automake
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR}
USES= bison gnome libtool:build python
USE_PYTHON= autoplist concurrent distutils
USE_GNOME= libxml2
pre-configure:
@${ECHO} ${PORTVERSION} > ${WRKSRC}/vendor/source/igraph/IGRAPH_VERSION
.include <bsd.port.mk>