diff options
Diffstat (limited to 'security/hs-crypto-numbers')
-rw-r--r-- | security/hs-crypto-numbers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile index fdf937307fef..5235b8ab9519 100644 --- a/security/hs-crypto-numbers/Makefile +++ b/security/hs-crypto-numbers/Makefile @@ -2,6 +2,7 @@ PORTNAME= crypto-numbers PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +10,6 @@ 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" |