freebsd-ports/net/hs-simple-sendfile/Makefile
Gabor Pali 53b544944c - Update to 0.2.3
Obtained from:	FreeBSD Haskell
2012-06-03 22:20:43 +00:00

22 lines
449 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.2.3
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Cross-platform library for the sendfile() system call
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= network
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>