spamassassin: fix dependencies
This commit is contained in:
parent
9b6f86e7c5
commit
638a608ca6
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ pkgname=spamassassin
|
|||
version=3.4.0
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl curl"
|
||||
# Missing optional dependencies:
|
||||
# Digest::SHA1, Mail::SPF, Geo::IP, Razor2, IO::Socket::INET6, IO::Socket::SSL,
|
||||
# Mail::DKIM, LWP::UserAgent, Encode::Detect, Net::Patricia
|
||||
depends="perl perl-HTML-Parser perl-Net-DNS perl-NetAddr-IP perl-HTTP-Date perl-DBI"
|
||||
depends="perl perl-HTML-Parser perl-Net-DNS perl-NetAddr-IP perl-HTTP-Date perl-DBI gnupg curl"
|
||||
makedepends="$depends"
|
||||
hostmakedepends="$depends"
|
||||
short_desc="Tool that serves as a mail filter to identify Spam"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="Apache"
|
||||
|
|
Loading…
Reference in a new issue