freebsd-ports/math/py-igraph/Makefile
Li-Wen Hsu 2faf57fd1b - Update checksum, previous one is not real 0.5.2 python-interface release
PR:		ports/134522
Submitted by:	Wen Heping <wenheping AT gmail.com>
Also notified by:	Andrzej Tobola <ato AT iem.pw.edu.pl>
2009-05-14 08:24:13 +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.2
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>