diff options
Diffstat (limited to 'security/hs-cipher-rc4/Makefile')
-rw-r--r-- | security/hs-cipher-rc4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile index 967f3f50ec56..6b234d126470 100644 --- a/security/hs-cipher-rc4/Makefile +++ b/security/hs-cipher-rc4/Makefile @@ -2,6 +2,7 @@ PORTNAME= cipher-rc4 PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +10,5 @@ COMMENT= Fast RC4 cipher implementation LICENSE= BSD -CABAL_SETUP= Setup.hs - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |