Dima Panov 433660ccf0
*/*: Update Rocky Linux 9 packages to 9.5 release (+)
While here, hook up missed packages to resolve all 'not found' libraries

Sponsored by:	Future Crew, LLC
2024-11-28 03:19:41 +03:00

27 lines
621 B
Makefile

PORTNAME= libgcrypt
PORTVERSION= 1.10.0
DISTVERSIONSUFFIX= -11.el9
PORTREVISION= 2
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Crypto library based on code used in GnuPG (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.gnupg.org/software/libgcrypt/index.html
LICENSE= LGPL21+
USES= cpe linux:rl9
CPE_VENDOR= gnupg
USE_LDCONFIG= yes
USE_LINUX= libgpg-error
USE_LINUX_RPM= yes
WANT_LINUX32= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>