summaryrefslogtreecommitdiff
path: root/devel/hs-scientific/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-scientific/Makefile')
-rw-r--r--devel/hs-scientific/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-scientific/Makefile b/devel/hs-scientific/Makefile
new file mode 100644
index 000000000000..39474fa224af
--- /dev/null
+++ b/devel/hs-scientific/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= scientific
+PORTVERSION= 0.3.3.0
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Numbers represented using scientific notation
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= hashable>=1.1.2 text>=0.8
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>