aboutsummaryrefslogtreecommitdiff
path: root/www/hs-gitit/Makefile
blob: e7e2ddc4e93b60f87b46147aea60f342c0e5a284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$

PORTNAME=	gitit
PORTVERSION=	0.12.2.1
PORTREVISION=	1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Wiki using happstack, git or darcs, and pandoc

LICENSE=	GPLv2

USE_CABAL=	ConfigFile HStringTemplate HTTP SHA aeson base64-bytestring \
		blaze-html feed filestore happstack-server highlighting-kate \
		hoauth2 hslogger http-client-tls http-conduit json mtl \
		old-locale old-time pandoc pandoc-types parsec random \
		recaptcha safe split syb tagsoup text uri url utf8-string \
		uuid xml xss-sanitize zlib

EXECUTABLE=	expireGititCache gitit

FLAGS_DEFINE=	PLUGINS
FLAGS_DEFAULT=	PLUGINS

PLUGINS_DESC=		Enable support for plugins
PLUGINS_FLAG_ENABLE=	plugins
PLUGINS_FLAG_CABAL=	ghc-paths

FLAGS_ENABLE=		network-uri

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>