8ad16084b3
* Fix for downloads of files with Internet Explorer with SSL enabled. * Mark session as disabled as soon as logout starts, in case the IdP doesn't respond. * Bugfix for session lifetime. Take the session lifetime from the SessionNotOnOrAfter attribute if it is present.
35 lines
999 B
Makefile
35 lines
999 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/08/11 15:53:41 manu Exp $
|
|
#
|
|
|
|
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/}
|
|
DISTNAME= mod_auth_mellon-0.2.4
|
|
CATEGORIES= www security
|
|
MASTER_SITES= http://modmellon.googlecode.com/files/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/modmellon/
|
|
COMMENT= SAML 2.0 authentication for Apache
|
|
|
|
PKG_DESTDIR_SUPPORT= destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
APACHE_MODULE= YES
|
|
APACHE_MODULE_NAME= auth_mellon_module
|
|
PKG_APACHE_ACCEPTED= apache2 apache22
|
|
.include "../../mk/apache.mk"
|
|
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
|
|
|
|
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
|
|
CONFIGURE_ENV+= OPENSSL_CFLAGS="${CPPFLAGS}"
|
|
CONFIGURE_ENV+= OPENSSL_LIBS="-L${PREFIX}/lib -lssl -lcrypto"
|
|
CONFIGURE_ARGS+= --with-apxs2=${APXS:Q}
|
|
|
|
# url2pkg-marker (please do not remove this line.)
|
|
|
|
.include "../../security/lasso/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|