aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-scgi/Makefile
blob: f34eff70d020e4bf0449f3ec66d5e6e2e9e43f1e (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
# New ports collection makefile for: hs-scgi
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

# deprecated: use wai

PORTNAME=   scgi
PORTVERSION=    0.3.3
PORTREVISION=   3
CATEGORIES= www haskell

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

LICENSE=    BSD

USE_CABAL=  cgi network>=2.2.3

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