17 lines
600 B
Bash
17 lines
600 B
Bash
# Template file for 'perl-Module-Pluggable'
|
|
pkgname=perl-Module-Pluggable
|
|
version=5.2
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="$makedepends"
|
|
short_desc="Automatically give your module the ability to have plugins"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/Module-Pluggable"
|
|
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df
|