mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
Merge pull request #3285 from jprjr/perl-module-runtime
New package: perl-Module-Runtime-0.014
This commit is contained in:
commit
fd875727b3
1 changed files with 16 additions and 0 deletions
16
srcpkgs/perl-Module-Runtime/template
Normal file
16
srcpkgs/perl-Module-Runtime/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'perl-Module-Runtime'
|
||||||
|
pkgname=perl-Module-Runtime
|
||||||
|
version=0.014
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-ModuleBuild
|
||||||
|
hostmakedepends="perl perl-Module-Build"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="perl"
|
||||||
|
short_desc="Perl - Runtime module handling"
|
||||||
|
noarch="yes"
|
||||||
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
|
homepage="http://search.cpan.org/dist/Module-Runtime/"
|
||||||
|
license="Artistic"
|
||||||
|
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4
|
Loading…
Add table
Reference in a new issue