aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-ghc-events/Makefile
blob: 5bbae60381b152d691b0f9949d86a7016fbf2198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   ghc-events
PORTVERSION=    0.8.0.1
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Library and tool for parsing .eventlog files from GHC

LICENSE=    BSD3CLAUSE

USE_CABAL=  mtl>=2.2.1 vector

EXECUTABLE= ghc-events

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>