aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-concurrent-output/Makefile
blob: e5e3b6bba67691512dc43ec4d3723acde2749d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   concurrent-output
PORTVERSION=    1.10.9
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Ungarble output from several threads or commands

LICENSE=    BSD2CLAUSE

USE_CABAL=  async exceptions ansi-terminal terminal-size

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>