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".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk
|
configure_args="--with-curl --with-expat --without-tcltk
|
||||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||||
|
@ -39,7 +39,7 @@ git-docs_package() {
|
||||||
|
|
||||||
git-perl_package() {
|
git-perl_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="git perl"
|
depends="git perl-Authen-SASL perl-MIME-tools perl-Net-SMTP-SSL"
|
||||||
short_desc+=" - perl bindings"
|
short_desc+=" - perl bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/perl5
|
vmove usr/share/perl5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue