aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-ghc-events/Makefile
blob: 1e15884848769521d50adaecff71d8645272cbdb (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=	1
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>