1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/math/py-python-igraph/Makefile
Yuri Victorovich b11b0133b5 math/py-python-igraph: Update 0.7.0 -> 0.8.2
PR:		248697
Approved by:	lwhsu (maintainer; via e-mail)
2020-08-18 18:49:23 +00:00

27 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>