17 lines
592 B
Bash
17 lines
592 B
Bash
# Template build file for 'perl-Class-Inspector'.
|
|
pkgname=perl-Class-Inspector
|
|
version=1.32
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${hostmakedepends}"
|
|
short_desc="Get information about a class and its structure"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
homepage="https://metacpan.org/release/Class-Inspector"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/Class/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum=cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535
|