summaryrefslogtreecommitdiff
path: root/security/hs-crypto-numbers/Makefile
blob: 98b1f04ab895963a2db2054d8a33dacf5cc477d7 (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=	3
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>