aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-polyparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-polyparse/Makefile')
-rw-r--r--textproc/hs-polyparse/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile
deleted file mode 100644
index f89e1bc71dea..000000000000
--- a/textproc/hs-polyparse/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= polyparse
-PORTVERSION= 1.12.1
-PORTREVISION= 1
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Variety of alternative parser combinator libraries
-
-LICENSE= LGPL21
-
-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
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>