diff options
Diffstat (limited to 'packages/mail-filter/libspf2/libspf2.exlib')
-rw-r--r-- | packages/mail-filter/libspf2/libspf2.exlib | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/mail-filter/libspf2/libspf2.exlib b/packages/mail-filter/libspf2/libspf2.exlib new file mode 100644 index 0000000..b144c80 --- /dev/null +++ b/packages/mail-filter/libspf2/libspf2.exlib @@ -0,0 +1,10 @@ +# 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" |