19 lines
480 B
Makefile
19 lines
480 B
Makefile
# 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
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A Haskell library for writing FastCGI programs
|
|
|
|
USE_HACKAGE= cgi>=3000.0.0
|
|
LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|