diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-18 23:38:27 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-18 23:38:30 +0100 |
commit | 8035d6e3a1c205bf30b9c8eddefdb344b48e2961 (patch) | |
tree | ef8c076d5dc8faef54c49f2233e248610f75b651 /java | |
parent | sysutils/autopsy: Deprecate and set expiration date to 2022-03-31 (diff) |
java/cryptix-jce: Deprecate and set expiration date to 2022-03-31
Abandonware, last release in 2005 and listed as dead upstream
PR: 260685
Diffstat (limited to 'java')
-rw-r--r-- | java/cryptix-jce/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/cryptix-jce/Makefile b/java/cryptix-jce/Makefile index 9a0bb86f53df..cb478e15baa6 100644 --- a/java/cryptix-jce/Makefile +++ b/java/cryptix-jce/Makefile @@ -8,6 +8,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-snap MAINTAINER= ports@FreeBSD.org COMMENT= JCE (Java Cryptography Extension) by Cryptix +DEPRECATED= Abandonware, last release in 2005 and listed as dead upstream +EXPIRATION_DATE=2022-03-31 + USES= zip USE_JAVA= yes NO_BUILD= yes |