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

PORTNAME=	crypto-numbers
PORTVERSION=	0.2.3
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Cryptographic numbers: functions and algorithms

LICENSE=	BSD3CLAUSE

USE_CABAL=	crypto-random>=0.0 vector

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