fff1aa535b
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
16 lines
352 B
Makefile
16 lines
352 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= converters haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Support for serialising Haskell to and from JSON
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= mtl syb
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|