blob: 3cbe974ea00817ab29e1b5d5f75e3eeb81f50ad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= wai-extra
PORTVERSION= 3.0.22.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Provides some basic WAI handlers and middleware
LICENSE= MIT
USE_CABAL= aeson ansi-terminal base64-bytestring blaze-builder \
case-insensitive cookie data-default-class \
fast-logger http-types iproute lifted-base \
network old-locale resourcet streaming-commons \
stringsearch unix-compat vault void \
wai wai-logger word8 zlib
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|