freebsd-ports/www/hs-scgi/Makefile

21 lines
395 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
# deprecated: use wai
PORTNAME= scgi
PORTVERSION= 0.3.3
PORTREVISION= 7
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell library for writing SCGI programs
LICENSE= BSD
USE_CABAL= cgi network>=2.2.3
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>