| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/mod_webauth/ |
Upload File : |
PORTNAME= mod_webauth
PORTVERSION= 4.7.0
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://webauth.stanford.edu/dist/
DISTNAME= webauth-${PORTVERSION}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module for authenticating users with Kerberos v5
WWW= http://webauth.stanford.edu/
LIB_DEPENDS= libcurl.so:ftp/curl \
libsasl2.so:security/cyrus-sasl2
USES= apache:2.4 libtool pathfix pkgconfig ssl
USE_OPENLDAP= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap-lib=${LOCALBASE}/lib \
--with-ldap-include=${LOCALBASE}/include \
--with-openssl=${OPENSSLBASE}
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e '/typedef int sig_atomic_t/d' \
${WRKSRC}/portable/system.h
.include <bsd.port.mk>