1PORTNAME= libgcrypt 2PORTVERSION= 1.5.3 3DISTVERSIONSUFFIX= -14.el7 4PORTREVISION= 4 5CATEGORIES= security linux 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER}) 9 10LICENSE= lgpl2.1 11 12SKIP_FAKE_ALL= yes 13 14USES= linux:c7 cpe 15CPE_VENDOR= gnupg 16USE_LDCONFIG= yes 17USE_LINUX= libgpg-error 18USE_LINUX_RPM= yes 19 20CONFLICTS= linux-c6-${PORTNAME}-[0-9]* 21DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr 22 23OPTIONS_DEFINE= DOCS 24 25.include <bsd.port.mk> 26