aboutsummaryrefslogtreecommitdiff
path: root/www/hs-DAV/Makefile
blob: 0bdbd3ed8f14f152c28dba324bcb46b4c394328c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	DAV
PORTVERSION=	1.0.1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	RFC 4918 WebDAV support

LICENSE=	GPLv3

USE_CABAL=	case-insensitive>=0.4 data-default either>=4.1 errors \
		exceptions http-client>=0.2 http-client-tls>=0.2 \
		http-types>=0.7 lens>=3.0 mtl>=2.1 network>=2.3 \
		optparse-applicative>=0.5.0 transformers-base utf8-string \
		xml-conduit>=1.0 xml-hamlet>=0.4

EXECUTABLE=	hdav

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