aboutsummaryrefslogtreecommitdiff
path: root/www/hs-wai-logger/Makefile
blob: 849b27d9e7f29b9cc283466c063ee2e37bdf3e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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

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