aboutsummaryrefslogblamecommitdiff
path: root/math/py-spectral/Makefile
blob: 611818378f1a927adbe1ac3026015dedb9adc7ba (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                        
                      











                                                                                           
                           
                                   
 


                      
PORTNAME=	spectral
DISTVERSION=	0.22.4
CATEGORIES=	math
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Spectral Python (SPy) is a Python module for hyperspectral image processing

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYNUMPY}

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>