1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/hs-ghc-events/Makefile
Gabor Pali 64008ac3b8 Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the
ghc-events-show tool to dump and event log file as text.

WWW:	http://hackage.haskell.org/package/ghc-events

Obtained from:	FreeBSD Haskell
2012-02-18 22:47:13 +00:00

23 lines
460 B
Makefile

# 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
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Library and tool for parsing .eventlog files from GHC
LICENSE= BSD
USE_CABAL= binary>=0.5 mtl>=1.1
EXECUTABLE= ghc-events
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>