freebsd-ports/www/mod_auth_pubtkt/Makefile

28 lines
550 B
Makefile
Raw Normal View History

# Created by: Manuel Kasper <mk@neon1.net>
# $FreeBSD$
PORTNAME= mod_auth_pubtkt
PORTVERSION= 0.9
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
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= src/mod_auth_pubtkt.c
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} > 22
AP_EXTRAS= -DAPACHE24
.else
AP_EXTRAS= -DAPACHE22
.endif
.include <bsd.port.post.mk>