blob: ba970607f240b505e54ccd2b19c7039b9de98997 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# New ports collection makefile for: munge
# Date created: 2012-03-18
# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com>
#
# $FreeBSD$
#
PORTNAME= munge
PORTVERSION= 0.5.10
CATEGORIES= security
MASTER_SITES= GOOGLE_CODE
MAINTAINER= 5u623l20@gmail.com
COMMENT= An authentication service for creating and validating credentials
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
USE_LDCONFIG= yes
USE_RC_SUBR= munged
MAN1= unmunge.1 \
munge.1 \
remunge.1
MAN3= munge.3 \
munge_ctx_copy.3 \
munge_ctx_get.3 \
munge_ctx.3 \
munge_enum_int_to_str.3 \
munge_enum_is_valid.3 \
munge_enum_str_to_int.3 \
munge_enum.3
MAN7= munge.7
MAN8= munged.8
MLINKS= munge.3 munge_strerror.3 \
munge.3 munge_encode.3 \
munge.3 munge_decode.3 \
munge_ctx.3 munge_ctx_create.3 \
munge_ctx.3 munge_ctx_destroy.3 \
munge_ctx.3 munge_ctx_set.3 \
munge_ctx.3 munge_ctx_strerror.3
.include <bsd.port.mk>
|