Manual tweak misc/edfbrowser
[dports.git] / misc / py-SimpleSoapy / Makefile
1 PORTNAME=       SimpleSoapy
2 DISTVERSION=    1.5.1
3 PORTREVISION=   4
4 CATEGORIES=     misc hamradio python
5 MASTER_SITES=   PYPI
6 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
7
8 MAINTAINER=     yuri@FreeBSD.org
9 COMMENT=        Simple pythonic wrapper for SoapySDR library
10 WWW=            https://github.com/xmikos/simplesoapy
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 RUN_DEPENDS=    ${PYNUMPY} \
16                 ${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR}
17
18 USES=           python
19 USE_PYTHON=     distutils autoplist
20 NO_ARCH=        yes
21
22 .include <bsd.port.mk>