diff options
Diffstat (limited to 'devel/hs-utility-ht/Makefile')
-rw-r--r-- | devel/hs-utility-ht/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/hs-utility-ht/Makefile b/devel/hs-utility-ht/Makefile deleted file mode 100644 index 8fc3b2a99477..000000000000 --- a/devel/hs-utility-ht/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# $FreeBSD$ - -PORTNAME= utility-ht -PORTVERSION= 0.0.14 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Various small helper functions for Lists, Maybes, Tuples, Functions - -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 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |