aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hs-mountpoints/Makefile
diff options
context:
space:
mode:
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>