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

PORTNAME=	authenticate
PORTVERSION=	1.3.2
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Authentication methods for Haskell web applications

LICENSE=	BSD

USE_CABAL=	aeson>=0.5 attoparsec blaze-builder blaze-builder-conduit>=0.5 \
		case-insensitive>=0.2 conduit>=0.5 http-conduit>=1.5 \
		http-types>=0.6 monad-control>=0.3 network resourcet>=0.3 \
		tagsoup>=0.12 text transformers>=0.1 unordered-containers \
		xml-conduit>=1.0

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