mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Olli Hauer](/assets/img/avatar_default.png)
( local exp-run with apache24 done, build OK ) PR: ports/171867 Submitted by: Manuel Kasper <mk@neon1.net> (maintainer)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# Created by: Manuel Kasper <mk@neon1.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_auth_pubtkt
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://neon1.net/mod_auth_pubtkt/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= mk@neon1.net
|
|
COMMENT= An Apache module to provide public key ticket based authentication
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 22+
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --apxs=${APXS}
|
|
|
|
.include <bsd.port.mk>
|