# New ports collection makefile for: hs-http-types
# Date created:        May 24, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD: ports/www/hs-http-types/Makefile,v 1.4 2012/02/13 05:47:14 pgj Exp $
#

PORTNAME=	http-types
PORTVERSION=	0.6.8
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Generic HTTP types for Haskell (for both client and server code)

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	blaze-builder>=0.2.1.4 case-insensitive>=0.2 text>=0.11.0.2

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