summaryrefslogtreecommitdiffstats
path: root/math/py-apgl/Makefile
blob: bb6b0fc179550e84545686d81b1866a8fb270cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

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

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

LICENSE=	GPLv3

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

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
OpenPOWER on IntegriCloud