diff options
Diffstat (limited to 'math/hs-erf/Makefile')
-rw-r--r-- | math/hs-erf/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile deleted file mode 100644 index ed3ef495d00e..000000000000 --- a/math/hs-erf/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# $FreeBSD$ - -PORTNAME= erf -PORTVERSION= 2.0.0.0 -PORTREVISION= 18 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The error function, erf, and friends for Haskell - -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> |