freebsd-ports/net/hs-simple-sendfile/Makefile
Gabor Pali 1622d49355 - Update to 0.2.4
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:05:56 +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.4
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>