mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup OpenSC libp11 0.4.18 libp11-
|
|
github.tarball_from releases
|
|
revision 0
|
|
categories security
|
|
license LGPL-2.1
|
|
maintainers {mail.ru:nano103 @nano103} openmaintainer
|
|
|
|
description Interface to access PKCS#11 objects.
|
|
long_description libp11 is a library implementing a thin layer on top of PKCS#11 API \
|
|
to make using PKCS#11 implementations easier.
|
|
|
|
checksums rmd160 622c810b865365d308c4b28fcb573087bfa83f33 \
|
|
sha256 9292de67ca73aba1deacf577c9086b595765f36ef47712cfeb49fa31f6e772fb \
|
|
size 578268
|
|
|
|
depends_build port:docbook-xsl-nons \
|
|
port:gengetopt \
|
|
port:help2man \
|
|
port:libxslt \
|
|
port:pkgconfig
|
|
depends_lib path:lib/libcrypto.dylib:openssl
|
|
|
|
# p11_attr.c:167: error: 'for' loop initial declaration used outside C99 mode
|
|
compiler.c_standard 2011
|
|
|
|
test.run yes
|
|
test.target check
|