Files
main/programming/language/perl/perl-Module-Build-Tiny/pspec.xml
T
2024-08-18 10:56:35 +03:00

61 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Module-Build-Tiny</Name>
<Homepage>https://metacpan.org/pod/Module::Build::Tiny</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>A tiny replacement for Module::Build.</Summary>
<Description>
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement.
</Description>
<Archive sha1sum="2127b3e52d59c545ff587ca127ee1686f2a50177" type="targz">
https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-ExtUtils-Config</Dependency>
<Dependency>perl-ExtUtils-Helpers</Dependency>
<Dependency>perl-ExtUtils-InstallPaths</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Module-Build-Tiny</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-ExtUtils-Config</Dependency>
<Dependency>perl-ExtUtils-Helpers</Dependency>
<Dependency>perl-ExtUtils-InstallPaths</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/perl5</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-05-16</Date>
<Version>0.039</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2023-01-10</Date>
<Version>0.039</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>