aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-feed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-feed/Makefile')
-rw-r--r--textproc/hs-feed/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile
deleted file mode 100644
index d7ba01c7ea62..000000000000
--- a/textproc/hs-feed/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
-# $FreeBSD$
-
-PORTNAME= feed
-PORTVERSION= 1.0.1.0
-PORTREVISION= 1
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
-
-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= base-compat old-locale>=1.0 old-time>=1 safe \
- time-locale-compat>=0.1 utf8-string xml>=1.2.6 xml-conduit \
- xml-types
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>