399feb9e8d
- Add TEST_TARGET Changelog: https://github.com/dun/munge/releases/tag/munge-0.5.15 PR: 270882
26 lines
621 B
Makefile
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>
|