aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hs-ekg-json/Makefile
blob: 96d8a914d3e08eba650d8ce43694e517803ffe9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   ekg-json
PORTVERSION=    0.1.0.6
PORTREVISION=   1
CATEGORIES= sysutils haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    JSON encoding of ekg metrics

LICENSE=    BSD3CLAUSE

USE_CABAL=  aeson ekg-core>=0.1 unordered-containers

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>