aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-void/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-void/Makefile')
-rw-r--r--devel/hs-void/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-void/Makefile b/devel/hs-void/Makefile
new file mode 100644
index 000000000000..5bc6a90c1795
--- /dev/null
+++ b/devel/hs-void/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-void
+# Date created: July 16, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= void
+PORTVERSION= 0.5.4.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A Haskell 98 logically uninhabited data type
+
+LICENSE= BSD
+
+USE_CABAL= semigroups>=0.7.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>