diff options
Diffstat (limited to 'devel/hs-fgl/Makefile')
-rw-r--r-- | devel/hs-fgl/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/hs-fgl/Makefile b/devel/hs-fgl/Makefile deleted file mode 100644 index 0a6109dab3aa..000000000000 --- a/devel/hs-fgl/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# $FreeBSD$ - -PORTNAME= fgl -PORTVERSION= 5.7.0.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Martin Erwig Functional Graph Library - -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> |