diff options
Diffstat (limited to 'security/hs-cryptohash/Makefile')
-rw-r--r-- | security/hs-cryptohash/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index 31eb52b16611..0a21e721c96d 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cryptohash -PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,6 @@ COMMENT= Collection of crypto hashes, fast, pure, and practical LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= cereal>=0.2 crypto-api>=0.5 tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |