aboutsummaryrefslogblamecommitdiff
path: root/math/py-apgl/Makefile
blob: 7f9b6f31d93f3feddca2ae0a187c2fd89e66e41c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                              
           

                    
                     
                 




                                       
                                                                             


                                                                               
                                
 
                           
                                    
 
                   
                      
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	apgl
PORTVERSION=	0.7.3
PORTREVISION=	1
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	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

NO_STAGE=	yes
.include <bsd.port.mk>