Lucu is an HTTP daemonic library. It can be embedded in any Haskell program and runs in an independent thread. Lucu is not a replacement for Apache. It is intended to be used to create an efficient web-based application without messing around FastCGI. It is also intended to be run behind a reverse-proxy so it doesn't have some facilities like logging, client filtering or such like.
19 lines
579 B
Makefile
19 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/20 07:49:50 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= Lucu-0.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=Lucu/0.1/}
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://cielonegro.org/Lucu.html
|
|
COMMENT= HTTP daemonic library for Haskell
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
|
|
.include "../../wip/HsOpenSSL/buildlink3.mk"
|
|
.include "../../wip/hs-dataenc/buildlink3.mk"
|
|
.include "../../wip/hs-zlib/buildlink3.mk"
|
|
.include "../../wip/hxt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|