Changeset View
Changeset View
Standalone View
Standalone View
converters/hs-aeson/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= aeson | PORTNAME= aeson | ||||
| PORTVERSION= 1.2.1.0 | PORTVERSION= 1.3.1.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= converters haskell | CATEGORIES= converters haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Fast JSON parsing and encoding | COMMENT= Fast JSON parsing and encoding | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= attoparsec>=0.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \ | USE_CABAL= attoparsec>=0.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \ | ||||
| scientific>=0.3.1 syb tagged text>=1.1.1.0 time-locale-compat>=0.1.1 \ | scientific>=0.3.1 tagged th-abstraction time-locale-compat>=0.1.1 \ | ||||
| unordered-containers>=0.2.3.0 uuid-types>=1.0.3 vector>=0.8 | unordered-containers>=0.2.3.0 uuid-types>=1.0.3 vector>=0.8 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||