1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/hs-DAV/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

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>