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

PORTNAME=	fastcgi
PORTVERSION=	3001.0.2.3
PORTREVISION=	4
CATEGORIES=	www haskell

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

LICENSE=	BSD

USE_CABAL=	cgi>=3000
LIB_DEPENDS=	fcgi.0:${PORTSDIR}/www/fcgi

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