1PORTNAME= munge 2PORTVERSION= 0.5.14 3DISTVERSIONPREFIX= ${PORTNAME}- 4PORTREVISION= 2 5CATEGORIES= security 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Authentication service for creating and validating credentials 9 10LICENSE= gpl3 lgpl3 11LICENSE_COMB= dual 12 13GNU_CONFIGURE= yes 14CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE} 15USES= autoreconf cpe libtool pathfix perl5 ssl 16USE_LDCONFIG= yes 17USE_RC_SUBR= munged 18INSTALL_TARGET= install-strip 19CPE_VENDOR= opensuse 20 21USE_GITHUB= yes 22GH_ACCOUNT= dun 23 24.include <bsd.port.mk> 25