diff options
Diffstat (limited to 'devel/cx_Freeze/Makefile')
-rw-r--r-- | devel/cx_Freeze/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile index 851a49a0409f..46ee906d7424 100644 --- a/devel/cx_Freeze/Makefile +++ b/devel/cx_Freeze/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/cx-freeze/${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + USE_GCC= yes USES= python:2.7 USE_PYTHON= distutils |