diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:21:39 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:21:39 +0800 |
commit | 08e9b9fd5bbff0b3b083ad41adcc2406fcb37eef (patch) | |
tree | 1dff8a59459cca55cf3865b549a2a2d515820072 /security/hs-Crypto/Makefile | |
parent | aff31ba4a5daf317f3b30556d0096237dff6c37c (diff) | |
download | freebsd-ports-gnome-08e9b9fd5bbff0b3b083ad41adcc2406fcb37eef.tar.gz freebsd-ports-gnome-08e9b9fd5bbff0b3b083ad41adcc2406fcb37eef.tar.zst freebsd-ports-gnome-08e9b9fd5bbff0b3b083ad41adcc2406fcb37eef.zip |
- Update to 4.2.4
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security/hs-Crypto/Makefile')
-rw-r--r-- | security/hs-Crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index 945e335ee7d3..e1bda7b5b851 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypto -PORTVERSION= 4.2.3 +PORTVERSION= 4.2.4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -18,7 +18,6 @@ USE_CABAL= QuickCheck>=2.4.0.1 HUnit CABAL_SETUP= Setup.hs EXECUTABLE= HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest -PORTDATA= * .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |