freebsd-ports/converters/hs-aeson/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

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>