diff options
Diffstat (limited to 'security/hs-crypto-api/Makefile')
-rw-r--r-- | security/hs-crypto-api/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile index be9500482814..ed1ab5df1e99 100644 --- a/security/hs-crypto-api/Makefile +++ b/security/hs-crypto-api/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= crypto-api -PORTVERSION= 0.12.1 -PORTREVISION= 4 +PORTVERSION= 0.13 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Generic interface for cryptographic operations -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= cereal>=0.2 entropy tagged>=0.1 transformers +USE_CABAL= cereal>=0.2 entropy tagged>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |