diff options
Diffstat (limited to 'security/hs-HsOpenSSL/Makefile')
-rw-r--r-- | security/hs-HsOpenSSL/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile index 895829b619f3..871f3e763170 100644 --- a/security/hs-HsOpenSSL/Makefile +++ b/security/hs-HsOpenSSL/Makefile @@ -8,6 +8,9 @@ CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Partial OpenSSL binding for Haskell +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= network>=2.1 old-locale>=1.0 USES= ssl |