mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
944 B
Tcl
33 lines
944 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name hindent
|
|
version 6.2.0
|
|
revision 0
|
|
license Restrictive/Distributable
|
|
maintainers nomaintainer
|
|
categories textproc haskell
|
|
|
|
description Extensible Haskell pretty printer.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/mihaimaruseac/hindent
|
|
|
|
checksums rmd160 adabad7921243af3a4e78d0b25a6543875b83e95 \
|
|
sha256 00a098eb164e2630f0e3a3a101a9e8cd23e59f0357ef559fa1414d16c2d57715 \
|
|
size 106054
|
|
|
|
installs_libs no
|
|
|
|
variant stack \
|
|
description {Use stack to build.} {}
|
|
|
|
if { [variant_isset "stack"] } {
|
|
PortGroup haskell_stack 1.0
|
|
} else {
|
|
PortGroup haskell_cabal 1.0
|
|
|
|
build.target exe:hindent
|
|
}
|