Prune x11/xpra
[dports.git] / net / hs-sendfile / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       sendfile
4 PORTVERSION=    0.7.9
5 PORTREVISION=   11
6 CATEGORIES=     net haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Portable sendfile library
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      network>=2
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>