diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /java | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-pydev/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index 464321f7f934..46db58455817 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -14,6 +14,9 @@ COMMENT= Eclipse plugin for Python and Jython development LICENSE= EPL +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse BUNDLES_INFO= ${PREFIX}/share/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info |