blob: 8996609d3c11353aa8447abf163acaa7cb90c923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ]
SUMMARY="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocols"
HOMEPAGE="http://www.libspf2.org"
SLOT="0"
LICENCES="LGPL-2.1 BSD-2"
DOWNLOADS="https://www.libspf2.org/spf/${PNV}.tar.gz"
MYOPTIONS=""
DEPENDENCIES=""
|