aboutsummaryrefslogtreecommitdiff
path: root/www/mod_authn_sasl/Makefile
blob: f4b952882ce3689f3c4a3d6a5100cfb5f8b8c86b (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
44
45
46
47
# New ports collection makefile for:   	mod_authn_sasl
# Date created:        			February 16, 2009
# Whom:                			Joerg Pulz <Joerg.Pulz@frm2.tum.de>
#
# $FreeBSD$
#

PORTNAME=	mod_authn_sasl
PORTVERSION=	1.0.2
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION}

MAINTAINER=	apache@FreeBSD.org
COMMENT=	Allows user authentication based on libsasl2 mechanisms on apache 2.2

LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2

MAKE_JOBS_SAFE=  yes

FETCH_BEFORE_ARGS=	-v -v

USE_APACHE=	22
USE_BZIP2=	yes
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
#SHORTMODNAME=	authn_sasl

OPTIONS=	SASLAUTHD	"Register dependency for cyrus-sasl2-saslauthd"	off

PORTDOCS=	AUTHORS LICENSE

.include <bsd.port.pre.mk>

.if defined(WITH_SASLAUTHD)
RUN_DEPENDS+=	saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
.endif

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.   for f in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.   endfor
.endif

.include <bsd.port.post.mk>