aboutsummaryrefslogtreecommitdiff
path: root/math/py-pyFFTW/Makefile
blob: e00ce6aca3386db4e54b92aac6f68e46d30c4f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pyFFTW
DISTVERSION=	0.12.0
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Pythonic wrapper around FFTW, the FFT library

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

BUILD_DEPENDS=	${PYNUMPY}
LIB_DEPENDS=	libfftw3.so:math/fftw3 \
		libfftw3f.so:math/fftw3-float
RUN_DEPENDS=	${PYNUMPY}

USES=		python:3.6+ localbase:ldflags
USE_PYTHON=	distutils cython autoplist

.include <bsd.port.mk>