aboutsummaryrefslogblamecommitdiff
path: root/math/py-igraph/Makefile
blob: 787071778bade9f101e6c631c0f05824c8b1129e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          
           

                      
                     
                 
                           
                          
                                       
                                                 
 
                                 

                                                                     
                                                                     

                                                   
                   

                           
 
                      
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=	igraph
PORTVERSION=	0.5.4
PORTREVISION=	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=	yes
PYDISTUTILS_AUTOPLIST=	yes

.include <bsd.port.mk>