db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
23 lines
464 B
Makefile
23 lines
464 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
|
|
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>
|