pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Module-Install</Name>
  6. <Homepage>https://metacpan.org/pod/Module::Install</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Standalone, extensible Perl module installer.</Summary>
  15. <Description>
  16. Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer.
  17. </Description>
  18. <Archive sha1sum="6c77b2ec0cd84e07d7c7ae03d1cfa5c21d758f81" type="targz">
  19. https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.19.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>perl</Dependency>
  23. <Dependency>perl-YAML-Tiny</Dependency>
  24. <Dependency>perl-File-Remove</Dependency>
  25. <Dependency>perl-Module-Build</Dependency>
  26. <Dependency>perl-Module-ScanDeps</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>perl-Module-Install</Name>
  31. <RuntimeDependencies>
  32. <Dependency>perl</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
  36. <Path fileType="data">/usr/share/man</Path>
  37. <Path fileType="data">/usr/share/perl5</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2024-05-16</Date>
  43. <Version>1.19</Version>
  44. <Comment>First build.</Comment>
  45. <Name>fury</Name>
  46. <Email>uglyside@yandex.ru</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2022-11-19</Date>
  50. <Version>1.19</Version>
  51. <Comment>First build.</Comment>
  52. <Name>fury</Name>
  53. <Email>uglyside@yandex.ru</Email>
  54. </Update>
  55. </History>
  56. </PISI>