# New ports collection makefile for: hs-cgi
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD: ports/www/hs-cgi/Makefile,v 1.4 2010/06/08 05:01:26 pgj Exp $
#

PORTNAME=	cgi
PORTVERSION=	3001.1.8.1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A Haskell library for writing CGI programs

CABAL_SETUP=	Setup.hs

USE_HACKAGE=	MonadCatchIO-mtl

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