aboutsummaryrefslogtreecommitdiff
path: root/www/hs-cgi/Makefile
blob: 62a2295299d1ed1bfa4854a5f3eb20f700c93087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for: hs-cgi
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

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>