| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/gnupg-pkcs11-scd/ |
Upload File : |
PORTNAME= gnupg-pkcs11-scd
DISTVERSION= 0.10.0
CATEGORIES= security
MASTER_SITES= https://github.com/alonbl/${PORTNAME}/releases/download/${DISTNAME}/
MAINTAINER= mat@FreeBSD.org
COMMENT= PKCS\#11 enabled gnupg scd
WWW= https://github.com/alonbl/gnupg-pkcs11-scd
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libassuan.so:security/libassuan \
libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls \
libgpg-error.so:security/libgpg-error \
libpkcs11-helper.so:security/pkcs11-helper
USES= pkgconfig ssl tar:bz2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libassuan-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE} \
--with-libgpg-error-prefix=${LOCALBASE} \
--without-docs \
--without-openssl
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/gnupg-pkcs11-scd/gnupg-pkcs11-scd.conf.example \
${STAGEDIR}${EXAMPLESDIR}/gnupg-pkcs11-scd.conf
.include <bsd.port.mk>