mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
932e6dc413
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
26 lines
572 B
Makefile
26 lines
572 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DAV
|
|
PORTVERSION= 1.3.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 \
|
|
exceptions http-client>=0.2 http-client-tls>=0.2 \
|
|
http-types>=0.7 lens>=3.0 mtl>=2.1 network>=2.6 \
|
|
network-uri>=2.6 optparse-applicative>=0.10.0 \
|
|
transformers-base utf8-string xml-conduit>=1.0 \
|
|
xml-hamlet>=0.4
|
|
|
|
EXECUTABLE= hdav
|
|
|
|
FLAGS_ENABLE= network-uri
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|