diff options
Diffstat (limited to 'security/hs-cryptocipher/Makefile')
-rw-r--r-- | security/hs-cryptocipher/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index 68301998eee3..ac9d1e3a75d5 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-cryptocipher -# Date created: November 19, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cryptocipher -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -16,7 +11,7 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.1 \ +USE_CABAL= cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.2 \ primitive tagged vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |