mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b02a3b4cd2
WWW: http://github.com/yesodweb/wai Obtained from: FreeBSD Haskell
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# New ports collection makefile for: hs-wai-extra
|
|
# Date created: December 26, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wai-extra
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Provides some basic WAI handlers and middleware
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \
|
|
case-insensitive>=0.2 data-default>=0.3 enumerator>=0.4.8 \
|
|
fast-logger>=0.0.1 http-types>=0.6 network>=2.2.1.5 text>=0.7 \
|
|
transformers>=0.2.2 wai>=0.4 zlib-bindings zlib-enum>=0.2.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|