mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6ecb70f552
- Add LICENSE - Support STAGEDIR Changes: https://code.google.com/p/munge/wiki/ReleaseNotes PR: ports/183988 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= munge
|
|
PORTVERSION= 0.5.11
|
|
CATEGORIES= security
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Authentication service for creating and validating credentials
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USES= perl5
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= munged
|
|
|
|
.include <bsd.port.mk>
|