freebsd-ports/math/py-igraph/Makefile
Li-Wen Hsu 6c8231e73f - Update to 0.5.1
PR:		ports/126584
Submitted by:	Wen heping <wenheping AT gmail.com>
2008-09-07 11:11:23 +00:00

26 lines
645 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.5.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
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
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= python_igraph
.include <bsd.port.mk>