Update multimedia/emby-server to version 3.0.6070
[dports.git] / sysutils / hs-angel / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       angel
4 PORTVERSION=    0.6.2
5 CATEGORIES=     sysutils haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Process management and supervision daemon
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      configurator>=0.1 mtl old-locale optparse-applicative \
13                 stm>=2.0 text>=0.11 unordered-containers>=0.1.4
14
15 EXECUTABLE=     angel
16
17 STANDALONE=     yes
18
19 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
20 .include <bsd.port.mk>