diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /graphics/lcms-python | |
parent | graphics/gmic: Fix build by adding the devel/openmp dependency (diff) |
Deprecate a few ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=520894
Diffstat (limited to 'graphics/lcms-python')
-rw-r--r-- | graphics/lcms-python/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/lcms-python/Makefile b/graphics/lcms-python/Makefile index 16fb7dc9cc07..ea88d336fdda 100644 --- a/graphics/lcms-python/Makefile +++ b/graphics/lcms-python/Makefile @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -python MAINTAINER= ports@FreeBSD.org COMMENT= Light Color Management System (python bindings) +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= MIT LIB_DEPENDS= liblcms.so:graphics/lcms |