ports/math/py-igraph/Makefile
Li-Wen Hsu 9780f4d72e - Update to 0.4.1
- Use CHEESESHOP in MASTER_SITES
- Depends on python 2.3+
2007-06-01 13:25:02 +00:00

22 lines
461 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.4.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= High performance graph data structures and algorithms
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>