freebsd-ports/math/py-spectral/Makefile
Yuri Victorovich 4d654c3915 math/py-spectral: Update 0.19 -> 0.20
Reported by:	portscout
2019-10-13 15:00:14 +00:00

21 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= spectral
DISTVERSION= 0.20
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
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>