aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hint/Makefile')
-rw-r--r--devel/hs-hint/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile
deleted file mode 100644
index e8e649c93027..000000000000
--- a/devel/hs-hint/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
-# $FreeBSD$
-
-PORTNAME= hint
-PORTVERSION= 0.9.0
-PORTREVISION= 1
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Runtime Haskell interpreter (GHC API wrapper)
-
-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= exceptions extensible-exceptions ghc-mtl>=1.2.1 ghc-paths \
- mtl random temporary utf8-string
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>