53b544944c
Obtained from: FreeBSD Haskell
22 lines
449 B
Makefile
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>
|