27 lines
507 B
Makefile
Executable file
27 lines
507 B
Makefile
Executable file
PORTNAME= ormolu
|
|
PORTVERSION= 0.3.0.0
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Formatter for Haskell source code
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
USE_CABAL= Diff-0.4.0 \
|
|
alex-3.2.6 \
|
|
ansi-terminal-0.11 \
|
|
ansi-wl-pprint-0.6.9_2 \
|
|
base-compat-0.11.2 \
|
|
Cabal-3.4.0.0 \
|
|
colour-2.3.6 \
|
|
dlist-1.0 \
|
|
ghc-lib-parser-9.0.1.20210324 \
|
|
gitrev-1.3.1 \
|
|
happy-1.20.0 \
|
|
optparse-applicative-0.16.1.0_1 \
|
|
syb-0.7.2.1 \
|
|
transformers-compat-0.7
|
|
|
|
.include <bsd.port.mk>
|