diff options
Diffstat (limited to 'security/hs-Crypto/Makefile')
-rw-r--r-- | security/hs-Crypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index 4054fdbf3f20..8ca12b653a78 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -2,7 +2,7 @@ PORTNAME= Crypto PORTVERSION= 4.2.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,5 @@ COMMENT= Collects together existing Haskell cryptographic functions USE_CABAL= HUnit QuickCheck>=2.4.0.1 random -EXECUTABLE= HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |