1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/mod_auth_pubtkt/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

28 lines
554 B
Makefile

# 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
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>