21 lines
406 B
Makefile
21 lines
406 B
Makefile
# $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>
|