# New ports collection makefile for:	py-apgl
# Date created:				Oct 28, 2010
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/math/py-apgl/Makefile,v 1.9 2012/01/11 05:26:07 wen Exp $
#

PORTNAME=	apgl
PORTVERSION=	0.6.9
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A fast python graph library with some machine learning features

BUILD_DEPENDS=	${PYNUMPY} \
		${PYTHON_PKGNAMEPREFIX}scipy>0.7.0:${PORTSDIR}/science/py-scipy
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PYTHON=		yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
