diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index d27fa66e89dd..6b01c4748a95 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -1,39 +1,42 @@ PORTNAME= mod_auth_mysql PORTVERSION= 1.11 CATEGORIES= www MASTER_SITES= http://www.heuer.org/mod_auth_mysql/old/ PKGNAMESUFFIX= 2 DISTNAME= ${PORTNAME}_${PORTVERSION} DIST_SUBDIR= apache2 MAINTAINER= joneum@FreeBSD.org COMMENT= MySQL-based authentication module with VirtualHost support WWW= https://www.heuer.org/mod_auth_mysql/ LICENSE= APACHE20 +DEPRECATED= Abandoned upstream, use mod_authn_dbd/mod_authz_dbd instead +EXPIRATION_DATE= 2026-12-31 + USES= apache mysql tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} AP_FAST_BUILD= yes AP_GENPLIST= yes AP_INC+= ${LOCALBASE}/include/mysql AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= INSTALL example_data.html htpasswd.sql OPTIONS_DEFINE= DOCS OPENSSL OPENSSL_USES= ssl OPENSSL_VARS= AP_EXTRAS+=-DMYSQL_USE_SSL .include .if ${OPSYS} == FreeBSD AP_EXTRAS+= '-Wc, -Wno-error=int-conversion' .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include