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

PORTNAME=	angel
PORTVERSION=	0.6.2
PORTREVISION=	5
CATEGORIES=	sysutils haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	configurator>=0.1 mtl old-locale optparse-applicative \
		unordered-containers>=0.1.4

EXECUTABLE=	angel

STANDALONE=	yes

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