Changeset View
Changeset View
Standalone View
Standalone View
head/converters/hs-aeson-pretty/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= aeson-pretty | PORTNAME= aeson-pretty | ||||
| PORTVERSION= 0.8.7 | PORTVERSION= 0.8.7 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= converters haskell | CATEGORIES= converters haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= JSON pretty-printing library and command-line tool | COMMENT= JSON pretty-printing library and command-line tool | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= aeson attoparsec base-compat cmdargs scientific \ | USE_CABAL= aeson attoparsec base-compat cmdargs scientific \ | ||||
| unordered-containers vector | unordered-containers vector | ||||
| FLAGS_DISABLE= lib-only | FLAGS_DISABLE= lib-only | ||||
| EXECUTABLE= aeson-pretty | EXECUTABLE= aeson-pretty | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||