diff options
Diffstat (limited to 'security/hs-cipher-rc4/Makefile')
-rw-r--r-- | security/hs-cipher-rc4/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile new file mode 100644 index 000000000000..967f3f50ec56 --- /dev/null +++ b/security/hs-cipher-rc4/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= cipher-rc4 +PORTVERSION= 0.1.2 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Fast RC4 cipher implementation + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |