1a75cb1d44
- Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= angel
|
|
PORTVERSION= 0.3.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Process management and supervision daemon
|
|
|
|
LICENSE= BSD
|
|
|
|
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>
|