diff options
Diffstat (limited to 'security/hs-crypto-conduit/Makefile')
-rw-r--r-- | security/hs-crypto-conduit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile index 66c28dbc9bdf..8b0d26f188d2 100644 --- a/security/hs-crypto-conduit/Makefile +++ b/security/hs-crypto-conduit/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-crypto-conduit -# Date created: June 10, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= crypto-conduit -PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +11,7 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= cereal>=0.3 conduit>=0.4 crypto-api>=0.9 transformers>=0.2 +USE_CABAL= cereal>=0.3 conduit>=0.5 crypto-api>=0.9 transformers>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |