aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-types/Makefile
blob: eed5504790a74d4aacf5eb96371246857ffbbc84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	http-types
PORTVERSION=	0.9.1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Generic HTTP types for Haskell (for both client and server code)

LICENSE=	BSD3CLAUSE

USE_CABAL=	blaze-builder>=0.2.1.4 case-insensitive>=0.2 text>=0.11.0.2

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