Commits
Justin Vallon authored and Ryan Schmidt committed fabd9890e7a
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name courier-authlib |
6 6 | version 0.68.0 |
7 + | revision 1 |
7 8 | checksums rmd160 17154b04f0097f0a5a8505f865186bb300c99224 \ |
8 9 | sha256 9096118823ababfac8f46a1a7393765a414ea3628c9413bfba39af5d70fd3e2e |
9 10 | |
10 11 | categories security mail |
11 12 | license GPL-3 |
12 13 | platforms darwin |
13 14 | maintainers nomaintainer |
14 15 | description Courier Authentication Library is a generic authentication API |
15 16 | long_description ${description} |
16 17 | |