mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
24 lines
481 B
Makefile
24 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= 4
|
|
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>
|