72f4c412ac
PR: 258141
15 lines
286 B
Makefile
15 lines
286 B
Makefile
PORTNAME= ghc-events
|
|
PORTVERSION= 0.17.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Library and tool for parsing .eventlog files from GHC
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= primitive-0.7.1.0_3 vector-0.12.2.0
|
|
|
|
.include <bsd.port.mk>
|