18 lines
434 B
Makefile
18 lines
434 B
Makefile
# New ports collection makefile for: hs-scgi
|
|
# Date created: December 20 2009
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scgi
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A Haskell library for writing SCGI programs
|
|
|
|
USE_HACKAGE= cgi network-bytestring
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|