With both math/py-numpy (2) and math/py-numpy1, the variable stopped making sense. Also remove the upper version bound.
23 lines
552 B
Makefile
23 lines
552 B
Makefile
PORTNAME= SimpleSoapy
|
|
DISTVERSION= 1.5.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= misc hamradio python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Simple pythonic wrapper for SoapySDR library
|
|
WWW= https://github.com/xmikos/simplesoapy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|