aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-vault/Makefile
blob: ebf03fd0bce7296a4b933fee32f25f775e3c2a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	vault
PORTVERSION=	0.2.0.4
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Persistent store for values of arbitrary types

LICENSE=	BSD

USE_CABAL=	hashable>=1.1 unordered-containers>=0.2.1.0

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