aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-ghc-events/Makefile
blob: f7da6d6f1abdd32f1f1da9c528c3685f5035439a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for: hs-ghc-events
# Date created:        December 6, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   ghc-events
PORTVERSION=    0.4.0.0
PORTREVISION=   2
CATEGORIES= devel haskell

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

LICENSE=    BSD

USE_CABAL=  mtl>=1.1

EXECUTABLE= ghc-events

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