mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= angel
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Process management and supervision daemon
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= configurator>=0.1 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>
|