freebsd-ports/net/hs-simple-sendfile/Makefile
Gabor Pali 31015b2fea Cross-platform library for the sendfile() system call. This library tries
to call minimum system calls which are the bottleneck of web servers.

WWW:	https://github.com/kazu-yamamoto/simple-sendfile/

Obtained from:	FreeBSD Haskell
2011-08-14 01:27:45 +00:00

21 lines
472 B
Makefile

# New ports collection makefile for: hs-simple-sendfile
# Date created: July 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= simple-sendfile
PORTVERSION= 0.1.2
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Cross-platform library for the sendfile() system call
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= enumerator network transformers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>