aboutsummaryrefslogtreecommitdiff
path: root/macports/Portfile.in
blob: f161297f1d3ef5791f1c6392134e4587a1d46b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id$

PortSystem          1.0

name                pandoc
version             @VERSION@
categories          textproc
maintainers         jgm@berkeley.edu
description         General markup converter
long_description    \
    Pandoc is a command-line tool for converting from one markup format \
    to another.  It can read markdown and (subsets of) reStructuredText, \
    HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, \
    LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.

homepage            http://sophos.berkeley.edu/pandoc/
platforms           darwin
master_sites        http://pandoc.googlecode.com/files/
checksums           md5 e8c452fee346a57e82b24fbb2c801410
depends_build       port:ghc
depends_lib         port:gmp

use_configure       no
build.args          PREFIX=${prefix}