1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/hs-gitit/Makefile
Gabor Pali 8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00

25 lines
723 B
Makefile

# $FreeBSD$
PORTNAME= gitit
PORTVERSION= 0.10.3.1
PORTREVISION= 5
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Wiki using happstack, git or darcs, and pandoc
LICENSE= GPLv2
USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.4 cgi ConfigFile>=1 \
feed>=0.3.6 filestore>=0.6 ghc-paths happstack-server>=7.0 \
highlighting-kate>=0.5.0.1 hslogger>=1 HStringTemplate>=0.6 \
HTTP>=4000.0 json>=0.4 mtl network>=2.3 pandoc>=1.10.0.5 \
pandoc-types>=1.10 parsec random recaptcha>=0.1 safe SHA>1 \
syb tagsoup>=0.12 text url utf8-string>=0.3 xhtml xml>=1.3.5 \
xss-sanitize>=0.3 zlib>=0.5
EXECUTABLE= expireGititCache gitit
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>