aboutsummaryrefslogtreecommitdiff
path: root/security/hs-digest/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:27:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:27:04 +0000
commit11c80233623d1455c5f08a13d1b45dd95e7abc88 (patch)
tree285c7500e2273c0704c467dc27da1ab3772a820b /security/hs-digest/Makefile
parent4139195c52c0b98ac22f70fc889b12790fcb8735 (diff)
downloadports-11c80233623d1455c5f08a13d1b45dd95e7abc88.tar.gz
ports-11c80233623d1455c5f08a13d1b45dd95e7abc88.zip
Notes
Diffstat (limited to 'security/hs-digest/Makefile')
-rw-r--r--security/hs-digest/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile
index da2f138c11a5..b61ea190cab0 100644
--- a/security/hs-digest/Makefile
+++ b/security/hs-digest/Makefile
@@ -6,15 +6,17 @@
#
PORTNAME= digest
-PORTVERSION= 0.0.1.0
+PORTVERSION= 0.0.1.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Efficient cryptographic hash implementations in Haskell
+COMMENT= Various cryptographic hashes for Bytestrings
LICENSE= BSD
CABAL_SETUP= Setup.hs
+USE_CABAL= zlib
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>