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

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

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	mtl parsec syb text

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