mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4ea87a2413
longer BROKEN Reported by: marino
29 lines
566 B
Makefile
29 lines
566 B
Makefile
# Created by: Manuel Kasper <mk@neon1.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_auth_pubtkt
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 1
|
|
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>
|