summaryrefslogtreecommitdiff
path: root/security/hs-cryptonite-conduit/Makefile
blob: c22c12d06a13f5fcf3bcb9581614b393113bebf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	cryptonite-conduit
PORTVERSION=	0.2.2
PORTREVISION=	1
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Cryptonite conduit

LICENSE=	BSD3CLAUSE

USE_CABAL=	conduit conduit-extra cryptonite resourcet

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