mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
New package: perl-Module-Implementation-0.09
This commit is contained in:
parent
52957b998d
commit
12b42ee781
1 changed files with 16 additions and 0 deletions
16
srcpkgs/perl-Module-Implementation/template
Normal file
16
srcpkgs/perl-Module-Implementation/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'perl-Module-Implementation'
|
||||||
|
pkgname=perl-Module-Implementation
|
||||||
|
version=0.09
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="perl perl-Module-Runtime perl-Try-Tiny"
|
||||||
|
short_desc="Loads one of several implementations for a module"
|
||||||
|
noarch="yes"
|
||||||
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
|
homepage="http://search.cpan.org/dist/Module-Implementation/"
|
||||||
|
license="Artistic"
|
||||||
|
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d
|
Loading…
Add table
Reference in a new issue