9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
19 lines
443 B
Makefile
19 lines
443 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 6
|
|
CATEGORIES= converters haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Support for serialising Haskell to and from JSON
|
|
|
|
LICENSE= BSD
|
|
|
|
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>
|