aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hs-dia-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hs-dia-base/Makefile')
-rw-r--r--graphics/hs-dia-base/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile
new file mode 100644
index 000000000000..4a3edcb091a8
--- /dev/null
+++ b/graphics/hs-dia-base/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= dia-base
+PORTVERSION= 0.1.1.2
+CATEGORIES= graphics haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= An EDSL for teaching Haskell with diagrams - data types
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>