pandoc/macports/Portfile.in
fiddlosopher 1f9e61b95d Modified MacPorts Portfile:
+ depend on haddock
+ build and install libraries and library documentation
  in addition to the executable


git-svn-id: https://pandoc.googlecode.com/svn/trunk@968 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-30 23:28:22 +00:00

26 lines
895 B
Text

# $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 @TARBALLMD5SUM@
depends_build port:ghc port:haddock
depends_lib port:gmp
use_configure no
build.args PREFIX=${prefix}
build.target build-all
destroot.target install-all