mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
31 lines
665 B
Makefile
31 lines
665 B
Makefile
# Created by: Jose Garcia Juanino <jjuanino@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_authnz_external
|
|
PORTVERSION= 3.3.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://zhegan.in/files/
|
|
PKGNAMESUFFIX= 24
|
|
DIST_SUBDIR= apache24
|
|
|
|
MAINTAINER= eugene@zhegan.in
|
|
COMMENT= Allows users authentication based on external mechanisms on apache 2.4
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= apache:2.4
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SHORTMODNAME= authnz_external
|
|
|
|
PORTDOCS= AUTHENTICATORS INSTALL README \
|
|
CHANGES UPGRADE INSTALL.HARDCODE
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|