git: -perl: add missing perl deps for send-email.
This commit is contained in:
parent
2c36d9f62e
commit
b16dfa1c2d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for "git".
|
||||
pkgname=git
|
||||
version=2.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --without-tcltk
|
||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||
|
@ -39,7 +39,7 @@ git-docs_package() {
|
|||
|
||||
git-perl_package() {
|
||||
noarch=yes
|
||||
depends="git perl"
|
||||
depends="git perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||
short_desc+=" - perl bindings"
|
||||
pkg_install() {
|
||||
vmove usr/share/perl5
|
||||
|
|
Loading…
Reference in a new issue