mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
spamassassin: add more deps we have now.
This commit is contained in:
parent
3f85fa2190
commit
8febb9370a
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'spamassassin'
|
# Template file for 'spamassassin'
|
||||||
pkgname=spamassassin
|
pkgname=spamassassin
|
||||||
version=3.4.1
|
version=3.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
# Missing optional dependencies:
|
# Missing optional dependencies:
|
||||||
# Digest::SHA1, Mail::SPF, Geo::IP, Razor2, IO::Socket::INET6, IO::Socket::SSL,
|
# Mail::SPF, Geo::IP, Razor2, Encode::Detect, Net::Patricia
|
||||||
# Mail::DKIM, LWP::UserAgent, Encode::Detect, Net::Patricia
|
depends="curl gnupg perl perl-DBI perl-Digest-SHA1 perl-HTML-Parser
|
||||||
depends="perl perl-HTML-Parser perl-Net-DNS perl-NetAddr-IP perl-HTTP-Date perl-DBI gnupg curl"
|
perl-HTTP-Date perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-LWP
|
||||||
|
perl-Mail-DKIM perl-Net-DNS perl-NetAddr-IP"
|
||||||
makedepends="$depends"
|
makedepends="$depends"
|
||||||
hostmakedepends="$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-2.0"
|
||||||
homepage="https://spamassassin.apache.org/"
|
homepage="https://spamassassin.apache.org/"
|
||||||
distfiles="http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${version}.tar.gz"
|
distfiles="http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${version}.tar.gz"
|
||||||
checksum=9b7a95a594cdca4f265707364478b57813b82a0ec7e520d9bc818bfbcafdd726
|
checksum=9b7a95a594cdca4f265707364478b57813b82a0ec7e520d9bc818bfbcafdd726
|
||||||
|
|
Loading…
Add table
Reference in a new issue