mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
86f2dbca13
upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell
23 lines
534 B
Makefile
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>
|