forked from Lainports/opnsense-ports
16 lines
278 B
Makefile
16 lines
278 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sendfile
|
|
PORTVERSION= 0.7.9
|
|
PORTREVISION= 12
|
|
CATEGORIES= net haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Portable sendfile library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= network>=2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|