aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-http2/Makefile
blob: f62c1985a7349a15408cdf1cc4d9e3be33ab3d0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   http2
PORTVERSION=    1.0.4
CATEGORIES= www haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    HTTP/2.0 library including frames and HPACK

LICENSE=    BSD3CLAUSE

USE_CABAL=  aeson aeson-pretty hex mwc-random stm text \
        unordered-containers vector word8

FLAGS_DISABLE=  devel

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>