1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/munge/Makefile
Muhammad Moinur Rahman 56b58607a0 security/munge: Fix patch file
Reported by:	antoine
2018-01-07 23:32:12 +00:00

27 lines
550 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= munge
PORTVERSION= 0.5.13
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= 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>