20 lines
453 B
Makefile
20 lines
453 B
Makefile
# 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>
|