Ticket #28370: Portfile

File Portfile, 1.4 KB (added by fracai, 13 years ago)

Portfile for oath-toolkit 1.4.6

Line 
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# $Id$
3
4PortSystem          1.0
5
6name                oath-toolkit
7version             1.4.6
8categories          security devel
9maintainers         alum.wpi.edu:arno+macports openmaintainer
10platforms           darwin
11
12description         The OATH Toolkit contains a shared library, command line \
13                    tool, and PAM module for one-time password authentication.
14long_description    The OATH Toolkit contains a shared library, command line \
15                    tool, and PAM module that makes it possible to build \
16                    one-time password authentication systems. Supported \
17                    technologies include the event-based HOTP algorithm and \
18                    the time-based TOTP algorithm. OATH is the Open \
19                    AuTHentication organization which specify the algorithms.
20license             GPLv3
21homepage            http://oath-toolkit.nongnu.org/
22
23livecheck.regex     {Version (.+?) released}
24livecheck.type      regex
25livecheck.url       ${homepage}
26
27distname            oath-toolkit-${version}
28master_sites        savannah
29
30checksums           sha1 f906ae4b959bddeb391d4b37f031bcc2f6be4db5 \
31                    md5 2eb155d8667a7cd24eced9c9b3b5282e \
32                    rmd160 7447cfeb8efc5f8fc94c4374cf45444bd863fcc2