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

PORTNAME=	crypto-numbers
PORTVERSION=	0.1.3
PORTREVISION=	4
CATEGORIES=	security haskell

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

LICENSE=	BSD

USE_CABAL=	crypto-random-api>=0.2 vector

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