opnsense-ports/sysutils/hs-ekg-core/Makefile
Franco Fichtner 80ff625a02 */*: sync with upstream
Taken from: HardenedBSD
2018-02-09 08:42:27 +01:00

16 lines
300 B
Makefile

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