freebsd-ports/math/py-python-igraph/Makefile
Sunpoet Po-Chuan Hsieh 09f96a0fde Move math/py-igraph to math/py-python-igraph
PR:		246548
Submitted by:	sunpoet (myself)
Approved by:	lwhsu (maintainer)
2020-06-27 09:41:08 +00:00

23 lines
505 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= python-igraph
PORTVERSION= 0.7.0
PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= http://igraph.org/nightly/get/python/
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
USES= gnome python
USE_PYTHON= autoplist concurrent distutils
USE_GNOME= libxml2
.include <bsd.port.mk>