mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-Config-Find: Fixed dep information
This commit is contained in:
parent
ddc0f101e6
commit
f8ef7cedf5
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
Every OS has different rules for configuration files placement, this
|
||||
module allows to easily find and create your app configuration files
|
||||
following those rules.
|
||||
|
||||
This requires perl-File-Which and perl-File-HomeDir.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Config-Find-0.26.tar
|
|||
MD5SUM="2e59d9c442a032dbf7db36013bb1dbcb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-File-HomeDir perl-File-Which"
|
||||
REQUIRES="perl-File-HomeDir"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in a new issue