aboutsummaryrefslogtreecommitdiffstats
path: root/converters/hs-aeson/Makefile
blob: f5b77570373b873dd022b99bea85c15aac51cc72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   aeson
PORTVERSION=    1.2.1.0
CATEGORIES= converters haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Fast JSON parsing and encoding

LICENSE=    BSD3CLAUSE

USE_CABAL=  attoparsec>=0.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \
        scientific>=0.3.1 syb tagged text>=1.1.1.0  time-locale-compat>=0.1.1 \
        unordered-containers>=0.2.3.0 uuid-types>=1.0.3  vector>=0.8

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