pkgsrc-wip/ap22-authn-sasl/Makefile
Martti Kuparinen 698c3c01ad This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP
or LDAP) already running at a machine use SASL to authenticate users. The
module is also useful to authenticate users against databases that use shadow
passwords. You do not need to elevate Apache HTTPD's access rights to
superuser privileges.
2008-04-25 11:11:38 +00:00

26 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 11:11:38 marttikuparinen Exp $
DISTNAME= mod_authn_sasl-${DISTVERS}
#PKGREVISION= 1
PKGNAME= ${APACHE_PKG_PREFIX}-authn-sasl-${DISTVERS}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-authn-sasl/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mod-authn-sasl.sourceforge.net/
COMMENT= Apache module for SASL authentication
PKG_APACHE_ACCEPTED= apache22
.include "../../mk/apache.mk"
APACHE_MODULE_NAME= mod_authn_sasl.${MODULE_EXT}
DISTVERS= 1.0.2
MODULE_EXT= la
MESSAGE_SUBST+= MODULE_NAME=authn_sasl_module
.include "../../security/cyrus-sasl/buildlink3.mk"
.include "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"