2018-04-14 00:49:54 +02:00
|
|
|
# -*- 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
|
2021-12-17 03:47:01 -06:00
|
|
|
PortGroup openssl 1.0
|
|
|
|
|
|
2026-04-03 01:15:38 +09:00
|
|
|
github.setup frankmorgner openpace 1.1.4
|
2025-03-08 14:18:17 -05:00
|
|
|
github.tarball_from releases
|
2021-12-22 03:46:52 -06:00
|
|
|
revision 0
|
2026-04-03 01:15:38 +09:00
|
|
|
checksums rmd160 f82a7d62b622b3e118eaccb8ff263358a7255fa5 \
|
|
|
|
|
sha256 36954f0385a1cb9805a02cffbd0d99f2b3a0598a125edfa160b4cca65b417854 \
|
|
|
|
|
size 3338799
|
2018-04-14 00:49:54 +02:00
|
|
|
|
|
|
|
|
categories security libs
|
|
|
|
|
license GPL-3
|
2022-06-27 17:09:07 +02:00
|
|
|
maintainers nomaintainer
|
2018-04-14 00:49:54 +02:00
|
|
|
|
|
|
|
|
description Cryptographic library for EAC version 2
|
|
|
|
|
long_description OpenPACE implements Extended Access Control (EAC) \
|
|
|
|
|
version 2 as specified in BSI TR-03110.
|
|
|
|
|
|
2021-12-20 05:34:09 -06:00
|
|
|
openssl.branch 3
|
2018-04-14 00:49:54 +02:00
|
|
|
|
2025-03-08 14:18:17 -05:00
|
|
|
depends_build-append \
|
|
|
|
|
port:gengetopt \
|
|
|
|
|
port:help2man \
|
|
|
|
|
path:bin/pkg-config:pkgconfig
|
2018-06-05 07:22:00 -05:00
|
|
|
|
2025-03-08 14:18:17 -05:00
|
|
|
configure.args-append \
|
|
|
|
|
--disable-silent-rules
|