perl-Module-Runtime : new pisi package

This commit is contained in:
bluedevil
2020-09-23 23:17:33 +02:00
parent bf4ddaffd5
commit fca9a457ec
3 changed files with 80 additions and 0 deletions
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Module-Runtime</Name>
<Homepage>https://metacpan.org/release/Module-Runtime</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Module::Runtime - runtime module handling</Summary>
<Description>The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure.</Description>
<Archive sha1sum="bd8979871dc465f31fac961dc2d7fba0320aa894" type="targz">https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Module-Runtime</Name>
<Summary>Module::Runtime - runtime module handling</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.016</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>