aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pubtkt/Makefile
blob: d4db2b7e169cb610d5095e5df04b07512eb05915 (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
# Created by: Manuel Kasper <mk@neon1.net>

PORTNAME=	mod_auth_pubtkt
PORTVERSION=	0.13
CATEGORIES=	www
MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR=	apache2

MAINTAINER=	mk@neon1.net
COMMENT=	Apache module to provide public key ticket based authentication

USES=		apache:2.2+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SRC_FILE=	src/mod_auth_pubtkt.c

.include <bsd.port.pre.mk>

.if ${APACHE_VERSION} > 2.2
AP_EXTRAS=	-DAPACHE24
.else
AP_EXTRAS=	-DAPACHE22
.endif

.include <bsd.port.post.mk>