freebsd-ports/www/hs-happstack-server/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

20 lines
546 B
Makefile

# $FreeBSD$
PORTNAME= happstack-server
PORTVERSION= 7.3.7
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Web-related tools and services
LICENSE= BSD3CLAUSE
USE_CABAL= base64-bytestring blaze-html>=0.5 extensible-exceptions \
hslogger>=1.0.2 html monad-control>=0.3 mtl>=2 network>=2.2.3 \
parsec sendfile>=0.7.1 syb system-filepath>=0.3.1 \
text>=0.10 threads>=0.5 time-compat transformers-base>=0.4 \
utf8-string>=0.3.4 zlib
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>