1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/munge/Makefile
Muhammad Moinur Rahman 3061e545ae security/munge: Fix rc script
PR:		243917
Submitted by:	chris.m.dunlap@gmail.com
2020-02-12 22:00:05 +00:00

27 lines
561 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= munge
PORTVERSION= 0.5.14
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= bofh@FreeBSD.org
COMMENT= Authentication service for creating and validating credentials
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE}
USES= autoreconf libtool pathfix perl5 ssl
USE_LDCONFIG= yes
USE_RC_SUBR= munged
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= dun
.include <bsd.port.mk>