git: Depend on perl modules required for 'send-email'

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-06-16 18:03:54 +02:00
parent 37672a3d53
commit 0967d2ba02

View File

@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = git
PAK_VER = 10
PAK_VER = 11
DEPS = ""
DEPS = "perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL"
###############################################################################
# Top-level Rules