# -*- 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 cmake 1.1 name gpgmepp version 2.1.0 revision 0 categories devel security crypto license {LGPL-2.1+ GPL-3+} maintainers nomaintainer description C++ bindings for GPGME long_description GPGME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's \ GPGME (GnuPG Made Easy) library, version 0.4.4 and later. homepage https://www.gnupg.org/related_software/gpgme master_sites gnupg use_xz yes checksums rmd160 cc478e2c90d6c1e850cf25ad6bb6f20e1cbd516e \ sha256 57f804468f0204504b172c6b139cb05124b4263be7ad514932c7c4c5062a16e2 \ size 123124 depends_build-append \ path:bin/pkg-config:pkgconfig depends_lib port:gpgme compiler.cxx_standard 2017 livecheck.type regex livecheck.url https://gnupg.org/ftp/gcrypt/gpgmepp/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"