18 lines
692 B
Bash
18 lines
692 B
Bash
# Template build file for 'perl-namespace-autoclean'.
|
|
pkgname=perl-namespace-autoclean
|
|
version=0.28
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends} perl-Sub-Identify perl-namespace-clean perl-B-Hooks-EndOfScope"
|
|
checkdepends="perl-Test-Requires"
|
|
depends="${makedepends}"
|
|
short_desc="Keep imports out of your namespace"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
homepage="https://metacpan.org/release/namespace-autoclean"
|
|
license="Artistic, GPL-1"
|
|
distfiles="${CPAN_SITE}/namespace/${pkgname/perl-/}-$version.tar.gz"
|
|
checksum="cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39"
|