1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/math/py-igraph/Makefile
2018-01-12 09:56:52 +00:00

24 lines
536 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= igraph
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= http://igraph.org/nightly/get/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= High performance graph data structures and algorithms
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_GNOME= libxml2
.include <bsd.port.mk>