2012-09-22 23:36:48 +02:00
|
|
|
# Created by: Manuel Kasper <mk@neon1.net>
|
2009-07-18 18:50:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_pubtkt
|
2016-03-03 18:00:55 +01:00
|
|
|
PORTVERSION= 0.9
|
2009-07-18 18:50:55 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= https://neon1.net/mod_auth_pubtkt/
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2012-09-22 23:36:48 +02:00
|
|
|
DIST_SUBDIR= apache2
|
2009-07-18 18:50:55 +02:00
|
|
|
|
|
|
|
MAINTAINER= mk@neon1.net
|
2014-07-27 23:13:07 +02:00
|
|
|
COMMENT= Apache module to provide public key ticket based authentication
|
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
2014-05-30 22:58:44 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
SRC_FILE= src/mod_auth_pubtkt.c
|
2009-07-18 18:50:55 +02:00
|
|
|
|
2014-07-27 02:49:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${APACHE_VERSION} > 22
|
|
|
|
AP_EXTRAS= -DAPACHE24
|
|
|
|
.else
|
|
|
|
AP_EXTRAS= -DAPACHE22
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|