diff options
Diffstat (limited to 'devel/hs-ReadArgs/Makefile')
-rw-r--r-- | devel/hs-ReadArgs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-ReadArgs/Makefile b/devel/hs-ReadArgs/Makefile index 790e2ace1ea6..9ac67df5c6fc 100644 --- a/devel/hs-ReadArgs/Makefile +++ b/devel/hs-ReadArgs/Makefile @@ -10,6 +10,9 @@ COMMENT= Simple command line argument parsing 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= system-filepath>=0.4.7 EXECUTABLE= ReadArgsEx |