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-openal | |
parent | Update to 2.6.0 (diff) |
Deprecate a few ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=526925
Diffstat (limited to 'audio/py-openal')
-rw-r--r-- | audio/py-openal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile index 1b786f1e17d5..5098c3603776 100644 --- a/audio/py-openal/Makefile +++ b/audio/py-openal/Makefile @@ -16,6 +16,9 @@ COMMENT= PyOpenAL is a binding of OpenAL for Python LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + OPTIONS_DEFINE= DOCS EXAMPLES USES= openal:al,alut python:2.7 |