aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-scgi/Makefile
blob: 2ab15bf768269c320f393489d6bbc346c6aff2a6 (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=   1
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>