summaryrefslogtreecommitdiff
path: root/devel/hs-boxes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-boxes/Makefile')
-rw-r--r--devel/hs-boxes/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-boxes/Makefile b/devel/hs-boxes/Makefile
new file mode 100644
index 000000000000..7581bf0a81a6
--- /dev/null
+++ b/devel/hs-boxes/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= boxes
+PORTVERSION= 0.1.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= 2D text pretty-printing library
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= split>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>