Files
ports/security/munge/Makefile
Muhammad Moinur Rahman 5a85efe2ca security/munge: Update version 0.5.15=>0.5.16
- Fix dependent daemon failure

Changelog: https://github.com/dun/munge/releases/tag/munge-0.5.16

PR:		280438
Reported by:	jwb
2024-07-28 15:15:11 +02:00

27 lines
621 B
Makefile

PORTNAME= munge
DISTVERSION= 0.5.16
CATEGORIES= security
MASTER_SITES= https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Authentication service for creating and validating credentials
WWW= https://dun.github.io/munge/
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USES= cpe libtool pathfix ssl tar:xz
CPE_VENDOR= opensuse
USE_LDCONFIG= yes
USE_RC_SUBR= munged
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE}
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>