head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.02.05.22.47.13;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311736
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/hs-crypto-numbers/Makefile 311736 2013-02-05 22:26:31Z pgj $

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

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

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	crypto-random-api>=0.2 vector

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