From e24fdc2bda851e7f34d5d122cb92a423542d5b54 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 23 Jan 2024 19:48:14 +0100 Subject: [PATCH] security/pbc: Deprecate and set expiration date to 2024-02-29 Abandonware, last release in 2013 and no development since --- security/pbc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/pbc/Makefile b/security/pbc/Makefile index 6863f2198adc..ffbac573fb3b 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -11,6 +11,9 @@ WWW= https://crypto.stanford.edu/pbc/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware, last release in 2013 and no development since +EXPIRATION_DATE=2024-02-29 + LIB_DEPENDS= libgmp.so:math/gmp USES= bison libtool