perl-namespace-clean: fix noarch=
This commit is contained in:
parent
d660051b43
commit
09fd069108
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'perl-namespace-clean'.
|
||||
# Template file for 'perl-namespace-clean'
|
||||
pkgname=perl-namespace-clean
|
||||
version=0.27
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="perl perl-Package-Stash perl-B-Hooks-EndOfScope"
|
||||
depends="${makedepends}"
|
||||
depends="$makedepends"
|
||||
short_desc="Keep imports and functions out of your namespace"
|
||||
noarch="yes"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/namespace-clean"
|
||||
license="Artistic, GPL-1"
|
||||
distfiles="${CPAN_SITE}/namespace/${pkgname/perl-/}-$version.tar.gz"
|
||||
distfiles="${CPAN_SITE}/namespace/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d
|
||||
|
|
Loading…
Reference in a new issue