freebsd-ports/converters/hs-aeson-pretty/Makefile
Gleb Popov 6dc2e22e2d Introduce USES=cabal and use it to build Haskell applications.
PR:		230186
Reviewed by:	mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19730
2019-05-09 14:39:30 +00:00

22 lines
582 B
Makefile

# $FreeBSD$
PORTNAME= aeson-pretty
PORTVERSION= 0.8.7
PORTREVISION= 3
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= JSON pretty-printing command-line tool
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= aeson-1.4.2.0 attoparsec-0.13.2.2 base-compat-0.10.5 \
cmdargs-0.10.20 dlist-0.8.0.5 hashable-1.2.7.0_1 \
integer-logarithms-1.0.2.2 primitive-0.6.4.0_1 random-1.1_1 \
scientific-0.3.6.2 tagged-0.8.6 th-abstraction-0.2.10.0 \
time-locale-compat-0.1.1.5 unordered-containers-0.2.10.0 \
uuid-types-1.0.3 vector-0.12.0.2
.include <bsd.port.mk>