freebsd-ports/security/munge/Makefile
2023-04-16 21:02:03 +02:00

26 lines
621 B
Makefile

PORTNAME= munge
DISTVERSION= 0.5.15
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>