mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
|
version=3.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl curl"
|
|
||||||
# Missing optional dependencies:
|
# Missing optional dependencies:
|
||||||
# Digest::SHA1, Mail::SPF, Geo::IP, Razor2, IO::Socket::INET6, IO::Socket::SSL,
|
# Digest::SHA1, Mail::SPF, Geo::IP, Razor2, IO::Socket::INET6, IO::Socket::SSL,
|
||||||
# Mail::DKIM, LWP::UserAgent, Encode::Detect, Net::Patricia
|
# 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"
|
makedepends="$depends"
|
||||||
|
hostmakedepends="$depends"
|
||||||
short_desc="Tool that serves as a mail filter to identify Spam"
|
short_desc="Tool that serves as a mail filter to identify Spam"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="Apache"
|
license="Apache"
|
||||||
|
|
Loading…
Add table
Reference in a new issue