aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-wai-logger/Makefile
blob: f447e53de05fc83a3bfc89546dfdabf5e4b21791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   wai-logger
PORTVERSION=    2.2.0
PORTREVISION=   1
CATEGORIES= www haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Logging system for WAI

LICENSE=    BSD3CLAUSE

USE_CABAL=  auto-update blaze-builder byteorder case-insensitive \
        fast-logger>=2.2 http-types network unix-time>=0.2.2 \
        wai>=2.0.0

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>