opnsense-ports/devel/hs-concurrent-output/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= concurrent-output
PORTVERSION= 1.10.5
PORTREVISION= 2
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>