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 /devel/py-instant/Makefile | |
parent | d7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff) |
Notes
Diffstat (limited to 'devel/py-instant/Makefile')
-rw-r--r-- | devel/py-instant/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-instant/Makefile b/devel/py-instant/Makefile index d7d22d3ac00c..912b0296736f 100644 --- a/devel/py-instant/Makefile +++ b/devel/py-instant/Makefile @@ -13,6 +13,9 @@ COMMENT= Python module for instant inlining of C and C++ code in Python LICENSE= LGPL3 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + RUN_DEPENDS= swig3.0:devel/swig30 USES= python:2.7 |