aboutsummaryrefslogtreecommitdiff
path: root/security/hs-cipher-rc4
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-cipher-rc4')
-rw-r--r--security/hs-cipher-rc4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile
index 1fc0748de910..c732dd1cf47d 100644
--- a/security/hs-cipher-rc4/Makefile
+++ b/security/hs-cipher-rc4/Makefile
@@ -10,6 +10,9 @@ COMMENT= Fast RC4 cipher implementation
LICENSE= BSD3CLAUSE
+DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
+EXPIRATION_DATE= 2019-04-14
+
USE_CABAL= byteable crypto-cipher-types>=0.0.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"