Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / mod_auth_pubtkt / Makefile
1 PORTNAME=       mod_auth_pubtkt
2 PORTVERSION=    0.13
3 CATEGORIES=     www
4 MASTER_SITES=   https://neon1.net/mod_auth_pubtkt/
5 PKGNAMEPREFIX=  ${APACHE_PKGNAMEPREFIX}
6 DIST_SUBDIR=    apache2
7
8 MAINTAINER=     mk@neon1.net
9 COMMENT=        Apache module to provide public key ticket based authentication
10 WWW=            https://neon1.net/mod_auth_pubtkt/
11
12 USES=           apache:2.2+
13 AP_FAST_BUILD=  yes
14 AP_GENPLIST=    yes
15 SRC_FILE=       src/mod_auth_pubtkt.c
16
17 .include <bsd.port.pre.mk>
18
19 .if ${APACHE_VERSION} > 2.2
20 AP_EXTRAS=      -DAPACHE24
21 .else
22 AP_EXTRAS=      -DAPACHE22
23 .endif
24
25 .include <bsd.port.post.mk>