pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-ExtUtils-MakeMaker</Name>
  6. <Homepage>https://metacpan.org/release/ExtUtils-MakeMaker</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.perl</PartOf>
  12. <License>Perl 5</License>
  13. <IsA>library</IsA>
  14. <Summary>Perl extension for creating a module Makefile</Summary>
  15. <Description>This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.</Description>
  16. <Archive sha1sum="0b39441b25cc3f34303b0c438a82a13f1b5635fd" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>perl-ExtUtils-MakeMaker</Name>
  23. <Summary>Perl extension for creating a module Makefile</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="data">/usr/share/perl</Path>
  33. <Path fileType="data">/usr/share/perl5</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="5">
  38. <Date>2024-05-16</Date>
  39. <Version>7.46</Version>
  40. <Comment>Version bump</Comment>
  41. <Name>Blue DeviL</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. <Update release="4">
  45. <Date>2020-07-20</Date>
  46. <Version>7.46</Version>
  47. <Comment>Version bump</Comment>
  48. <Name>Blue DeviL</Name>
  49. <Email>bluedevil@sctzine.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2020-01-29</Date>
  53. <Version>7.44</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Blue DeviL</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2020-01-07</Date>
  60. <Version>7.42</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Blue DeviL</Name>
  63. <Email>bluedevil@sctzine.com</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2019-12-12</Date>
  67. <Version>7.38</Version>
  68. <Comment>First pisi release</Comment>
  69. <Name>Blue DeviL</Name>
  70. <Email>bluedevil@sctzine.com</Email>
  71. </Update>
  72. </History>
  73. </PISI>