1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/hs-warp/Makefile
Ashish SHUKLA 86f2dbca13 Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:	FreeBSD Haskell
2011-05-26 00:51:15 +00:00

23 lines
534 B
Makefile

# New ports collection makefile for: hs-warp
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= warp
PORTVERSION= 0.3.2.3
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A fast, light-weight web server for WAI applications
LICENSE= BSD
USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \
enumerator>=0.4.5 sendfile>=0.7.2 transformers>=0.2 wai>=0.3.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>