mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
40843b1ccb
apache22 and apache25 had been removed a long time ago however the apache.mk file has never been refactored and is out of sync from the file Mk/bsd.default-versions.mk. These changes refactors the removals of the older versions. In addition: - Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN from SANITY_DEPRECATED to SANITY_UNSUPPORTED - Remove apache versions from ports Makefiles as currently there is only one available version in the tree. However the version checks are still valid and should work flawlessly whenever a new version is added. For example USES=apache:2.2+ are simply replaced with USES=apache. As currently there are no other versions available for test this could not be checked on it's own ground. - Update FOO_USE=APACHE=yes to FOO_USES=apache - Remove trailing whitespaces Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D38113
30 lines
680 B
Makefile
30 lines
680 B
Makefile
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
|
|
WWW= https://code.google.com/p/mod-auth-external/
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= apache cpe
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
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>
|