aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-crypto-api/Makefile
blob: 2e17d45708ff89cbecef8f7b392376f5d2f58ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   crypto-api
PORTVERSION=    0.12.1
PORTREVISION=   2
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Generic interface for cryptographic operations

LICENSE=    BSD

USE_CABAL=  cereal>=0.2 entropy tagged>=0.1 transformers

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