mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
Merge pull request #135354 from zakame/contrib/perl-Module-cpmfile
perlPackages.Modulecpmfile: init at 0.002
This commit is contained in:
commit
b43e2e5581
|
@ -13243,6 +13243,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