blob: c2420a46d0473c3b92ec360fb607f36c976d57ad (
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= 5
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>
|