aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-wai-logger/Makefile
blob: dd4ca80542afffe80297ff4bcf155060daaed5d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for: hs-wai-logger
# Date created:        December 30, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

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

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A logging system for WAI

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  blaze-builder byteorder case-insensitive fast-logger \
        http-types network wai

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