17 lines
336 B
Makefile
17 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crypto-numbers
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Cryptographic numbers: functions and algorithms
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= crypto-random-api>=0.2 vector
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|