1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/math/py-igraph/Makefile
Li-Wen Hsu 69dd27cc3c - Change to my FreeBSD.org email
Approved by:     clsung (mentor)
2007-04-04 08:49:31 +00:00

23 lines
506 B
Makefile

# New ports collection makefile for: py-igraph
# Date created: 2006-12-20
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= igraph
PORTVERSION= 0.3.3
CATEGORIES= math python
MASTER_SITES= http://cheeseshop.python.org/packages/source/i/igraph/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= High performance graph data structures and algorithms
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>