diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
commit | 41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch) | |
tree | dc94bc3df22b218498c473b644b9ddf5d9c9342d /audio/py-py-jack/Makefile | |
parent | d7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff) | |
download | ports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.tar.gz ports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.zip |
Notes
Diffstat (limited to 'audio/py-py-jack/Makefile')
-rw-r--r-- | audio/py-py-jack/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/py-py-jack/Makefile b/audio/py-py-jack/Makefile index 4a1ba284791f..c33c523cb250 100644 --- a/audio/py-py-jack/Makefile +++ b/audio/py-py-jack/Makefile @@ -13,6 +13,9 @@ COMMENT= Python bindings for the Jack Audio Server LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + LIB_DEPENDS= libjack.so:audio/jack BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} |