aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-gitrev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-gitrev/Makefile')
-rw-r--r--devel/hs-gitrev/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-gitrev/Makefile b/devel/hs-gitrev/Makefile
new file mode 100644
index 000000000000..1e1198b7d33a
--- /dev/null
+++ b/devel/hs-gitrev/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= gitrev
+PORTVERSION= 1.3.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Compile git revision info into Haskell projects
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= base-compat
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>