diff options
Diffstat (limited to 'security/hs-crypto-numbers/Makefile')
-rw-r--r-- | security/hs-crypto-numbers/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile new file mode 100644 index 000000000000..fdf937307fef --- /dev/null +++ b/security/hs-crypto-numbers/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= crypto-numbers +PORTVERSION= 0.1.3 +CATEGORIES= security haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Cryptographic numbers: functions and algorithms + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +USE_CABAL= crypto-random-api>=0.2 vector + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |