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