blob: c3f363bb93b495b86f24f6006ee3575bfc0a397d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= wai-logger
PORTVERSION= 2.3.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Logging system for WAI
LICENSE= BSD3CLAUSE
USE_CABAL= blaze-builder byteorder case-insensitive fast-logger \
http-types network old-locale unix-time wai
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|