forked from Lainports/opnsense-ports
15 lines
284 B
Makefile
15 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ekg-core
|
|
PORTVERSION= 0.1.1.0
|
|
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>
|