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