aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-hexpat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-hexpat/Makefile')
-rw-r--r--textproc/hs-hexpat/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/hs-hexpat/Makefile b/textproc/hs-hexpat/Makefile
deleted file mode 100644
index 282062decc01..000000000000
--- a/textproc/hs-hexpat/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hexpat
-PORTVERSION= 0.20.13
-PORTREVISION= 4
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= XML parser/formatter based on expat
-
-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
-
-LIB_DEPENDS= libexpat.so:textproc/expat2
-
-USE_CABAL= List>=0.4.2 utf8-string>=0.3
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>