freebsd-ports/security/munge/Makefile
Muhammad Moinur Rahman 21824645dc security/munge: UNBREAK and Update version 0.5.11=>0.5.12
- Move MASTER_SITES to GITHUB from GOOGLE_CODE
- Update WWW

PR:		212712
Submitted by:	monwarez@mailoo.org
2016-09-24 16:53:57 +00:00

25 lines
521 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= munge
PORTVERSION= 0.5.12
CATEGORIES= security
MAINTAINER= bofh@FreeBSD.org
COMMENT= Authentication service for creating and validating credentials
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
USE_GITHUB=yes
GH_ACCOUNT= dun
GH_TAGNAME= 880584f
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
.include <bsd.port.mk>