15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aeson
|
|
PORTVERSION= 0.7.0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Fast JSON parsing and encoding
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= attoparsec>=0.10.4.0 dlist>=0.2 hashable>=1.1.2.0 mtl \
|
|
scientific>=0.3.1 syb text>=0.11.1.0 unordered-containers>=0.2.3.0 \
|
|
vector>=0.7.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|