pkgsrc/www/ap22-authnz-external/Makefile
adrianp 58a7a6fa53 Update to 3.2.3
Add documentation
v3.2.3   (Jan Wolter - Feb 26, 2009)
-----------------------------------------------
 * Added GroupExternalError directive, which allows you to specify the
   HTTP error code to be returned if the group access check fails.
   Defaut is 401, but you may want to return 403 if you want to show the
   user an error page instead of asking him to login again.  Thanks to
   Peter Crawshaw <pcrawshaw@mta.ca> for this patch.
 * In hopes of getting to a more consistantly named set of directives,
   added new aliases for two old directives:
      GroupExternalAuthoritative    alias for    AuthzExternalAuthoritative
      GroupExternalManyAtOnce       alias for    AuthExternalGroupsAtOnce
   Documentation updated to refer primarily to the new names.

v3.2.2   (Jan Wolter - Dec 1, 2008)
-----------------------------------------------
 THIS RELEASE UPDATES DOCUMENTATION ONLY!
 * Improved documentation of AuthExternalContext directive in the INSTALL
   file.
 * Added documentation to the UPGRADE file on interactions between multiple
   Require directives.
2009-03-01 01:28:17 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2009/03/01 01:28:17 adrianp Exp $
#
DISTNAME= mod_authnz_external-${DISTVERS}
PKGNAME= ${APACHE_PKG_PREFIX}-authnz-external-${DISTVERS}
CATEGORIES= www
MASTER_SITES= http://unixpapa.com/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://unixpapa.com/mod_authnz_external/
COMMENT= Apache module for external program authentication
PKG_APACHE_ACCEPTED= apache22
.include "../../mk/apache.mk"
APACHE_MODULE_NAME= mod_authnz_external.${MODULE_EXT}
DISTVERS= 3.2.3
MODULE_EXT= la
MESSAGE_SUBST+= MODULE_NAME=authnz_external_module
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/authnz-external
${INSTALL_DATA} ${WRKSRC}/AUTHENTICATORS \
${PREFIX}/share/doc/authnz-external
${INSTALL_DATA} ${WRKSRC}/INSTALL \
${PREFIX}/share/doc/authnz-external
${INSTALL_DATA} ${WRKSRC}/INSTALL.HARDCODE \
${PREFIX}/share/doc/authnz-external
${INSTALL_DATA} ${WRKSRC}/TODO \
${PREFIX}/share/doc/authnz-external
${INSTALL_DATA} ${WRKSRC}/UPGRADE \
${PREFIX}/share/doc/authnz-external
.include "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"