freebsd-ports/sysutils/hs-angel/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

28 lines
549 B
Makefile

# New ports collection makefile for: hs-angel
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= angel
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= sysutils haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Process management and supervision daemon
LICENSE= BSD
CABAL_SETUP= Setup.hs
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>