diff options
Diffstat (limited to 'www/hs-HTTP')
-rw-r--r-- | www/hs-HTTP/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile index 446b57b9ba4e..16e234718053 100644 --- a/www/hs-HTTP/Makefile +++ b/www/hs-HTTP/Makefile @@ -11,6 +11,9 @@ COMMENT= Library for client-side HTTP 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= mtl>=2.0 network>=2.6 network-uri>=2.6 old-time>=1.0.0.0 FLAGS_ENABLE= network-uri |