freebsd-ports/security/linux-rl9-libgpg-error/Makefile
Dima Panov cc6b95484d
*/*: update Rocky Linux packages to 9.4 release
Sponsored by:	Serenity Cybersecurity, LLC
2024-06-06 11:43:13 +03:00

22 lines
483 B
Makefile

PORTNAME= libgpg-error
PORTVERSION= 1.42
DISTVERSIONSUFFIX= -5.el9
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Common error values for all GnuPG components (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.gnupg.org/software/libgpg-error/
LICENSE= LGPL21+
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>