From 6323d690b675ce7dc4a4736b8e021fc461510208 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 16 Oct 2020 08:56:09 +0000 Subject: Deprecate a few py27 ports --- security/py-mcrypt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'security') diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 217321fef975..75aae4dd8de2 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -15,6 +15,9 @@ COMMENT= Comprehensive Python interface to the mcrypt library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-11-15 + LIB_DEPENDS= libmcrypt.so:security/libmcrypt USES= python:2.7 -- cgit