FreeBSD Makefile - bump version to 0.4, and require
GHC 6.6 or higher. git-svn-id: https://pandoc.googlecode.com/svn/trunk@616 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
681ce02983
commit
cc67d17dda
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pandoc
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= textproc haskell
|
||||
MASTER_SITES= http://pandoc.googlecode.com/files/
|
||||
DISTNAME= pandoc-${PORTVERSION}
|
||||
|
@ -14,7 +14,7 @@ DISTNAME= pandoc-${PORTVERSION}
|
|||
MAINTAINER= jgm@berkeley.edu
|
||||
COMMENT= A general markup converter
|
||||
|
||||
BUILD_DEPENDS= ghc>=6.4:${PORTSDIR}/lang/ghc
|
||||
BUILD_DEPENDS= ghc>=6.6:${PORTSDIR}/lang/ghc
|
||||
|
||||
MANCOMPRESSED= no
|
||||
MAN1= pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1
|
||||
|
|
Loading…
Add table
Reference in a new issue