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

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>