mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
20 lines
406 B
Makefile
20 lines
406 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fastcgi
|
|
PORTVERSION= 3001.0.2.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell library for writing FastCGI programs
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= cgi>=3000.0.0
|
|
|
|
LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|