This is a port of mod_auth_mellon, which is an apache module built around lasso
that provides a SAML 2 SP endpoint. WWW: http://docs.feide.no/fs-0050 WWW: http://code.google.com/p/modmellon/ PR: ports/152083 Submitted by: Tom Judge <tom at tomjudge.com>
This commit is contained in:
parent
a730689eea
commit
20de5a989d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264385
4 changed files with 42 additions and 0 deletions
|
@ -443,6 +443,7 @@
|
|||
SUBDIR += mod_auth_kerb
|
||||
SUBDIR += mod_auth_kerb2
|
||||
SUBDIR += mod_auth_ldap
|
||||
SUBDIR += mod_auth_mellon
|
||||
SUBDIR += mod_auth_mysql
|
||||
SUBDIR += mod_auth_mysql2
|
||||
SUBDIR += mod_auth_mysql_another
|
||||
|
|
33
www/mod_auth_mellon/Makefile
Normal file
33
www/mod_auth_mellon/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: mod_auth_mellon
|
||||
# Date created: 2010-20-8
|
||||
# Whom: Tom Judge <tom@tomjudge.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_auth_mellon
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://modmellon.googlecode.com/files/
|
||||
DIST_SUBDIR= apache2
|
||||
|
||||
MAINTAINER= tom@tomjudge.com
|
||||
COMMENT= Apache auth module for identifying SSO users
|
||||
|
||||
LIB_DEPENDS= lasso.8:${PORTSDIR}/security/lasso \
|
||||
curl.6:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-apxs2=${APXS}
|
||||
CONFIGURE_ENV+= OPENSSL_CFLAGS="-Wall" OPENSSL_LIBS="-lssl"
|
||||
|
||||
USE_APACHE= 2.2+
|
||||
|
||||
PLIST_FILES= ${APACHEMODDIR}/mod_auth_mellon.so
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|-pthread|-Wl,-pthread|g' \
|
||||
-e 's| -L| -Wl,-L|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/mod_auth_mellon/distinfo
Normal file
3
www/mod_auth_mellon/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (apache2/mod_auth_mellon-0.3.0.tar.gz) = 3f49d366ec1e4a48880945d57a4f12af
|
||||
SHA256 (apache2/mod_auth_mellon-0.3.0.tar.gz) = 35e8b93a35e9b88cff7edcb62f9b6f76162cd843e578887de3ba83533a2bd397
|
||||
SIZE (apache2/mod_auth_mellon-0.3.0.tar.gz) = 92252
|
5
www/mod_auth_mellon/pkg-descr
Normal file
5
www/mod_auth_mellon/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is a port of mod_auth_mellon, which is an apache module built around lasso
|
||||
that provides a SAML 2 SP endpoint.
|
||||
|
||||
WWW: http://docs.feide.no/fs-0050
|
||||
WWW: http://code.google.com/p/modmellon/
|
Loading…
Reference in a new issue