aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hs-mountpoints/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-08-08 17:21:45 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-08-08 17:21:45 +0000
commit25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch)
tree45b457da59382af32e809be042d2a1a7cad9e952 /sysutils/hs-mountpoints/Makefile
parent1c8feb1a3fd41782660f5439357efe8a9519c625 (diff)
Notes
Diffstat (limited to 'sysutils/hs-mountpoints/Makefile')
-rw-r--r--sysutils/hs-mountpoints/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/hs-mountpoints/Makefile b/sysutils/hs-mountpoints/Makefile
new file mode 100644
index 000000000000..85c765bdfc26
--- /dev/null
+++ b/sysutils/hs-mountpoints/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= mountpoints
+PORTVERSION= 1.0.2
+CATEGORIES= sysutils haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= List mount points
+
+LICENSE= LGPL21
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>