aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-wai-logger/Makefile
blob: cf86c36bcaa5d20a9c445935ecd6289bc654a1f2 (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=    0.3.0
PORTREVISION=   3
CATEGORIES= www haskell

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

LICENSE=    BSD

USE_CABAL=  blaze-builder byteorder case-insensitive date-cache>=0.3 \
        fast-logger>=0.3 http-types network wai

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