aboutsummaryrefslogtreecommitdiff
path: root/math/hs-NumInstances/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 02:31:13 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 02:31:13 +0000
commit7a938b802cc79b78464e84e3444111391237263a (patch)
treeef783dc4bc66117ffe1fcd03619d1b4cd71d7dda /math/hs-NumInstances/Makefile
parent111c9a36b52f236c95d0252903fbe5817199732d (diff)
downloadports-7a938b802cc79b78464e84e3444111391237263a.tar.gz
ports-7a938b802cc79b78464e84e3444111391237263a.zip
Notes
Diffstat (limited to 'math/hs-NumInstances/Makefile')
-rw-r--r--math/hs-NumInstances/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile
new file mode 100644
index 000000000000..e0086e27c196
--- /dev/null
+++ b/math/hs-NumInstances/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-NumInstances
+# Date created: September 24, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= NumInstances
+PORTVERSION= 1.0
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Instances of numeric classes for functions and tuples
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>