mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
64008ac3b8
ghc-events-show tool to dump and event log file as text. WWW: http://hackage.haskell.org/package/ghc-events Obtained from: FreeBSD Haskell
23 lines
460 B
Makefile
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>
|