blob: ef2c4c844fffef08db3c51a39ee6c93f5cc1d667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = opensmtpd-extras
pkgdesc = Additional queues, schedulers, and tables for OpenSMTPD
pkgver = 6.4.0
pkgrel = 4
url = https://github.com/OpenSMTPD/OpenSMTPD-extras
arch = i686
arch = x86_64
license = ISC
license = BSD
license = BSD3
license = custom:Public Domain
license = custom:ISC-like
makedepends = libevent
makedepends = python2
makedepends = postgresql-libs
makedepends = mariadb-libs
makedepends = hiredis
optdepends = libevent: for table-python support
optdepends = python2: for table-python support
optdepends = postgresql-libs: for table-postgres support
optdepends = mariadb-libs: for table-mysql support
optdepends = hiredis: for table-redis support
source = https://www.opensmtpd.org/archives/opensmtpd-extras-6.4.0.tar.gz
sha512sums = 097223884841ec3939d3f3d86ba9d23f9c62a37825a8e5b94c2ac5fd16584879780305685706b9bd8ed9a49dfece3ff5ed8f7f143494ca92a8c2c249aff9c28d
pkgname = opensmtpd-extras
|