Ticket #12559: Portfile

File Portfile, 807 bytes (added by jgm@…, 17 years ago)
Line 
1# ID$
2
3PortSystem          1.0
4name                pandoc
5version             0.42
6categories          textproc
7maintainers         jgm@berkeley.edu
8description         General markup converter
9long_description    \
10    Pandoc is a command-line tool for converting from one markup format \
11    to another.  It can read markdown and (subsets of) reStructuredText, \
12    HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, \
13    LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.
14
15homepage            http://sophos.berkeley.edu/pandoc/
16platforms           darwin
17master_sites        http://pandoc.googlecode.com/files/
18checksums           md5 e8c452fee346a57e82b24fbb2c801410
19depends_lib         port:ghc
20
21configure           {}
22build.cmd           PREFIX=${prefix} make
23