freebsd-ports/math/py-igraph/Makefile
Li-Wen Hsu 56ef238cbb - Update to 0.7.0
Submitted by:	wen
2015-01-12 15:40:32 +00:00

20 lines
505 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= igraph
PORTVERSION= 0.7.0
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
BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph
USES= python
USE_PYTHON= distutils autoplist
USE_GNOME= libxml2
.include <bsd.port.mk>