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

PORTNAME=	cryptohash-conduit
PORTVERSION=	0.1.1
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Cryptohash conduit

LICENSE=	BSD3CLAUSE

USE_CABAL=	conduit conduit-extra cryptohash resourcet

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