forked from Lainports/opnsense-ports
16 lines
300 B
Makefile
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>
|