You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 KiB
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
|
|
PortGroup elisp 1.0
|
|
|
|
name haskell-mode.el
|
|
elpa.setup haskell-mode 17.5 nongnu
|
|
|
|
categories lang editors
|
|
license GPL-3+
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
description An Emacs major mode for editing Haskell programs.
|
|
long_description Haskell-mode is a major Emacs mode for editing \
|
|
Haskell source code. It provides syntax highlighting, \
|
|
automatic indentation, and interaction with an inferior \
|
|
Haskell process such as GHCi.
|
|
|
|
depends_run port:ghc
|
|
|
|
checksums rmd160 2da202607a6f8de281bc61bd4af34ca651f02827 \
|
|
sha256 d6c3519fb05904c698b6c0be0573ca037d636eb8446c9d5ac19615fd36035efa \
|
|
size 2129920
|
|
|
|
post-destroot {
|
|
# Install info documentation
|
|
set infodir ${destroot}${prefix}/share/info
|
|
xinstall -d ${infodir}
|
|
xinstall -m 0644 ${worksrcpath}/haskell-mode.info ${infodir}
|
|
}
|