86f2dbca13
upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# 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>
|