blob: bc450ae7f9f7b69f78e5d03234a31a71c4a3bd0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= DAV
PORTVERSION= 1.0.1
PORTREVISION= 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>
|