pkgsrc/security/munge/Makefile
asau e30b5a755a Import MUNGE 0.5.10 as security/munge.
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service
for creating and validating credentials. It is designed to be
highly scalable for use in an HPC cluster environment. It allows
a process to authenticate the UID and GID of another local or
remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a
shared cryptographic key. Clients within this security realm can
create and validate credentials without the use of root
privileges, reserved ports, or platform-specific methods.
2012-02-19 03:51:17 +00:00

25 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/02/19 03:51:17 asau Exp $
DISTNAME= munge-0.5.10
CATEGORIES= security
MASTER_SITES= http://munge.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://code.google.com/p/munge/
COMMENT= Authentication service for creating and validating credentials
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS= perl
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --localstatedir=$(VARBASE)
OWN_DIRS= $(VARBASE)/lib/munge $(VARBASE)/log/munge $(VARBASE)/run/munge
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"