diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /security/hs-pureMD5 | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'security/hs-pureMD5')
-rw-r--r-- | security/hs-pureMD5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile index 301c1185c530..2c56eda51605 100644 --- a/security/hs-pureMD5/Makefile +++ b/security/hs-pureMD5/Makefile @@ -2,11 +2,11 @@ PORTNAME= pureMD5 PORTVERSION= 2.1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A Haskell-only implementation of MD5 digest (hash) yalgorithm +COMMENT= Haskell-only implementation of MD5 digest (hash) yalgorithm LICENSE= BSD |