aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-Boolean/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-Boolean/Makefile')
-rw-r--r--devel/hs-Boolean/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/hs-Boolean/Makefile b/devel/hs-Boolean/Makefile
new file mode 100644
index 000000000000..3a6f794db17a
--- /dev/null
+++ b/devel/hs-Boolean/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: hs-Boolean
+# Date created: June 5, 2010
+# Whom: Gabor Pali <pgj@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Boolean
+PORTVERSION= 0.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Generalized booleans
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>