mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
perlPackages.Modulecpmfile: init at 0.002
This commit is contained in:
parent
8f27e517a2
commit
d56b0736c1
|
@ -13226,6 +13226,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
Modulecpmfile = buildPerlModule {
|
||||
pname = "Module-cpmfile";
|
||||
version = "0.002";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SK/SKAJI/Module-cpmfile-0.002.tar.gz";
|
||||
sha256 = "18dxc5wgds1way0dvd6dx5rhc2siyaa38nhpy4gb5v7ldnj3yjc8";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny ModuleCPANfile Test2Suite ];
|
||||
propagatedBuildInputs = [ YAMLPP ];
|
||||
meta = {
|
||||
homepage = "https://github.com/skaji/cpmfile";
|
||||
description = "Parse cpmfile";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
ModuleBuild = buildPerlPackage {
|
||||
pname = "Module-Build";
|
||||
version = "0.4231";
|
||||
|
|
Loading…
Reference in a new issue