Changeset View
Changeset View
Standalone View
Standalone View
head/converters/hs-aeson-compat/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= aeson-compat | PORTNAME= aeson-compat | ||||
PORTVERSION= 0.3.7.1 | PORTVERSION= 0.3.9 | ||||
PORTREVISION= 1 | 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= aeson attoparsec attoparsec-iso8601 base-compat exceptions \ | USE_CABAL= aeson attoparsec attoparsec-iso8601 base-compat exceptions \ | ||||
hashable scientific semigroups tagged time-locale-compat \ | hashable scientific semigroups tagged time-locale-compat \ | ||||
unordered-containers vector | unordered-containers vector | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |