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

16 lines
295 B
Makefile

# $FreeBSD$
PORTNAME= ekg-core
PORTVERSION= 0.1.1.4
PORTREVISION= 1
CATEGORIES= sysutils haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Tracking of system metrics
LICENSE= BSD3CLAUSE
USE_CABAL= unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>