aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-clock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-clock/Makefile')
-rw-r--r--devel/hs-clock/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-clock/Makefile b/devel/hs-clock/Makefile
new file mode 100644
index 000000000000..02325b2071f1
--- /dev/null
+++ b/devel/hs-clock/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= clock
+PORTVERSION= 0.7.2
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A package for convenient access to high-resolution clock and timer functions
+
+LICENSE= BSD3CLAUSE
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>