summaryrefslogtreecommitdiff
path: root/www/hs-yesod-auth-hashdb/Makefile
blob: 0b0db22cd14b679304098ed33e7f0fa0d1bbbe52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	yesod-auth-hashdb
PORTVERSION=	1.3.0.1
PORTREVISION=	1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Authentication plugin for Yesod

LICENSE=	MIT

USE_CABAL=	cryptohash>=0.8 pwstore-fast>=2.2 text>=0.7 yesod-auth>=1.3 \
		yesod-core>=1.2 yesod-form>=1.3 yesod-persistent>=1.2

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