mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
parent
2d935b4123
commit
6148d7ce04
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends} perl-Sub-Identify perl-namespace-clean perl-B-Hooks-EndOfScope"
|
||||||
depends="perl perl-Sub-Identify perl-namespace-clean perl-B-Hooks-EndOfScope"
|
checkdepends="perl-Test-Requires"
|
||||||
|
depends="${makedepends}"
|
||||||
short_desc="Keep imports out of your namespace"
|
short_desc="Keep imports out of your namespace"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
homepage="http://search.cpan.org/dist/namespace-autoclean"
|
homepage="http://search.cpan.org/dist/namespace-autoclean"
|
||||||
|
|
Loading…
Add table
Reference in a new issue