perlPackages.MojoSAML: init at 0.07
This commit is contained in:
parent
4cfc3c4d59
commit
38d73a5f6f
@ -13499,6 +13499,22 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MojoSAML = buildPerlModule {
|
||||||
|
pname = "Mojo-SAML";
|
||||||
|
version = "0.07";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/J/JB/JBERGER/Mojo-SAML-0.07.tar.gz";
|
||||||
|
sha256 = "03biykpz281z9nmd846jlxwzbaqlqwvh987aw9spl7bgvfn4rhkj";
|
||||||
|
};
|
||||||
|
buildInputs = [ ModuleBuildTiny ];
|
||||||
|
propagatedBuildInputs = [ CryptOpenSSLRSA CryptOpenSSLX509 DataGUID Mojolicious XMLCanonicalizeXML ];
|
||||||
|
meta = {
|
||||||
|
description = "A SAML2 toolkit using the Mojo toolkit";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.sgo ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
MojoSQLite = buildPerlModule {
|
MojoSQLite = buildPerlModule {
|
||||||
pname = "Mojo-SQLite";
|
pname = "Mojo-SQLite";
|
||||||
version = "3.004";
|
version = "3.004";
|
||||||
|
Loading…
Reference in New Issue
Block a user