mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# $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>
|