summaryrefslogtreecommitdiffstats
path: root/converters/hs-json/Makefile
blob: 5d697d2ba180b29da5b68d1620b3468881ca4a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	json
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	converters haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Support for serialising Haskell to and from JSON

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	mtl syb>=0.3.3 text

CONFIGURE_ARGS+=	--flags="split-base generic -parsec -pretty -mapdict"

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