You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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
|
|
PortGroup openssl 1.0
|
|
|
|
github.setup frankmorgner openpace 1.1.4
|
|
github.tarball_from releases
|
|
revision 0
|
|
checksums rmd160 f82a7d62b622b3e118eaccb8ff263358a7255fa5 \
|
|
sha256 36954f0385a1cb9805a02cffbd0d99f2b3a0598a125edfa160b4cca65b417854 \
|
|
size 3338799
|
|
|
|
categories security libs
|
|
license GPL-3
|
|
maintainers nomaintainer
|
|
|
|
description Cryptographic library for EAC version 2
|
|
long_description OpenPACE implements Extended Access Control (EAC) \
|
|
version 2 as specified in BSI TR-03110.
|
|
|
|
openssl.branch 3
|
|
|
|
depends_build-append \
|
|
port:gengetopt \
|
|
port:help2man \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
configure.args-append \
|
|
--disable-silent-rules
|