diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /security/hs-crypto-numbers | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) |
Notes
Diffstat (limited to 'security/hs-crypto-numbers')
-rw-r--r-- | security/hs-crypto-numbers/Makefile | 17 | ||||
-rw-r--r-- | security/hs-crypto-numbers/distinfo | 2 | ||||
-rw-r--r-- | security/hs-crypto-numbers/pkg-descr | 3 |
3 files changed, 22 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> diff --git a/security/hs-crypto-numbers/distinfo b/security/hs-crypto-numbers/distinfo new file mode 100644 index 000000000000..980061c6b680 --- /dev/null +++ b/security/hs-crypto-numbers/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/crypto-numbers-0.1.3.tar.gz) = a1176578b575dae470deab6214c3cb404ffcbc2c7b40ea46c9c5d3e1957db484 +SIZE (cabal/crypto-numbers-0.1.3.tar.gz) = 12074 diff --git a/security/hs-crypto-numbers/pkg-descr b/security/hs-crypto-numbers/pkg-descr new file mode 100644 index 000000000000..3dd466508d30 --- /dev/null +++ b/security/hs-crypto-numbers/pkg-descr @@ -0,0 +1,3 @@ +Cryptographic numbers: functions and algorithms. + +WWW: http://github.com/vincenthz/hs-crypto-numbers |