mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Closes: https://trac.macports.org/ticket/69280 Co-authored-by: Bill Cole <18053819+grumpybozo@users.noreply.github.com>
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name skey
|
|
version 1.1.5
|
|
revision 1
|
|
checksums rmd160 33d97cbcd6dbc91bdca5b27056d51d1f5d06b68d \
|
|
sha256 e21bcb7c618c0bc87a72d8f0f097d7517fffa4e881a0f295ee1ce2a7dccf4aef \
|
|
size 61911
|
|
|
|
categories sysutils security
|
|
platforms darwin freebsd netbsd
|
|
license MIT BSD Permissive
|
|
maintainers nomaintainer
|
|
|
|
description OpenBSD One Time Passwords (OTP)
|
|
long_description ${description}
|
|
|
|
homepage https://en.wikipedia.org/wiki/S/KEY
|
|
master_sites gentoo
|
|
use_bzip2 yes
|
|
|
|
patchfiles configure.patch \
|
|
implicit.patch \
|
|
patch-no-defined.diff \
|
|
patch-fix-manpage-name.diff
|
|
|
|
configure.perl /usr/bin/perl
|
|
configure.args --mandir=${prefix}/share/man
|