perlPackages.CryptX509: init at 0.53
This commit is contained in:
parent
a4bbed106c
commit
46c8f3e1d3
@ -4637,6 +4637,19 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
CryptX509 = buildPerlPackage {
|
||||
pname = "Crypt-X509";
|
||||
version = "0.53";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MR/MRSCOTTY/Crypt-X509-0.53.tar.gz";
|
||||
sha256 = "d2ff614f9457dc87ab277b81bced3532c3ed309b73b9a61aaefbe9488c9e660f";
|
||||
};
|
||||
propagatedBuildInputs = [ ConvertASN1 ];
|
||||
meta = {
|
||||
description = "Parse a X.509 certificate";
|
||||
};
|
||||
};
|
||||
|
||||
CwdGuard = buildPerlModule {
|
||||
pname = "Cwd-Guard";
|
||||
version = "0.05";
|
||||
|
Loading…
Reference in New Issue
Block a user