aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hs-angel/Makefile
blob: 6690ea69ed758b885635530993971b0fa351497e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   angel
PORTVERSION=    0.3.3
CATEGORIES= sysutils haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Process management and supervision daemon

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  configurator>=0.1 MissingH mtl stm>=2.0 text>=0.11 \
        unordered-containers>=0.1.4

EXECUTABLE= angel

STANDALONE= yes

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