Commit 9e58ee7f authored by Grimmauld's avatar Grimmauld Committed by Silvan Mosberger
Browse files

perl540Packages.ExtUtilsH2PM: init at 0.11

parent 2c741c4f
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -12628,6 +12628,23 @@ with self;
    };
  };
  ExtUtilsH2PM = buildPerlPackage {
    pname = "ExtUtils-H2PM";
    version = "0.11";
    src = fetchurl {
      url = "mirror://cpan/authors/id/P/PE/PEVANS/ExtUtils-H2PM-0.11.tar.gz";
      hash = "sha256-RrSuyafSxXSSVtCdz3ukwtAM3dQRAUgkme2Ix2bp6No=";
    };
    buildInputs = [ ModuleBuild ];
    meta = {
      description = "Automatically generate perl modules to wrap C header files";
      license = with lib.licenses; [
        artistic1
        gpl1Plus
      ];
    };
  };
  ExtUtilsInstall = buildPerlPackage {
    pname = "ExtUtils-Install";
    version = "2.22";