--- www/mod_auth_gssapi/Makefile (nonexistent) +++ www/mod_auth_gssapi/Makefile (working copy) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= mod_auth_gssapi +PORTVERSION= 1.4.1 +CATEGORIES= www +MASTER_SITES= https://github.com/modauthgssapi/mod_auth_gssapi/releases/download/v${PORTVERSION}/ +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} + +MAINTAINER= chris@chrullrich.net +COMMENT= Apache module for authenticating users with GSSAPI + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= libtool ssl gssapi:mit,flags +USE_APACHE= 24+ +GNU_CONFIGURE= yes + +PLIST_FILES= libexec/apache24/mod_auth_gssapi.so + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ + -i -n ${MODULENAME} ${WRKSRC}/src/${MODULENAME}.la + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so + +.include --- www/mod_auth_gssapi/distinfo (nonexistent) +++ www/mod_auth_gssapi/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472801646 +SHA256 (mod_auth_gssapi-1.4.1.tar.gz) = 1edd902a85c872748f8d867a2a6dbcf04bb41954c439c95497311576768c5258 +SIZE (mod_auth_gssapi-1.4.1.tar.gz) = 442304 --- www/mod_auth_gssapi/pkg-descr (nonexistent) +++ www/mod_auth_gssapi/pkg-descr (working copy) @@ -0,0 +1,4 @@ +This module adds support for single-sign-on authentication via GSSAPI +to the Apache httpd. It is intended as a successor to mod_auth_kerb. + +WWW: https://github.com/modauthgssapi/mod_auth_gssapi