summaryrefslogtreecommitdiff
path: root/devel/hs-gitrev/Makefile
blob: 4fcbe353b3cb4594334448db2cf7227a24ba3ac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	gitrev
PORTVERSION=	1.3.1
PORTREVISION=	4
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>