1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/www/mod_auth_pubtkt/Makefile
Steve Wills 49beb82375 www/mod_auth_pubtkt: update to 0.13
PR:		232894
Submitted by:	mk@neon1.net (maintainer)
2018-11-02 00:01:53 +00:00

28 lines
555 B
Makefile

# Created by: Manuel Kasper <mk@neon1.net>
# $FreeBSD$
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>