2007-04-13 18:26:57 +02:00
|
|
|
|
# New ports collection makefile for: mod_authnz_external
|
|
|
|
|
# Date created: March 26, 2007
|
|
|
|
|
# Whom: Jos<6F> Garc<72>a Juanino <jjuanino@gmail.com>
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PORTNAME= mod_authnz_external
|
2009-02-19 00:50:11 +01:00
|
|
|
|
PORTVERSION= 3.1.1
|
2007-04-13 18:26:57 +02:00
|
|
|
|
CATEGORIES= www
|
|
|
|
|
MASTER_SITES= http://www.unixpapa.com/software/
|
|
|
|
|
DIST_SUBDIR= apache22
|
|
|
|
|
|
|
|
|
|
MAINTAINER= jjuanino@gmail.com
|
|
|
|
|
COMMENT= Allows users authentication based on external mechanisms on apache 2.2
|
|
|
|
|
|
|
|
|
|
USE_APACHE= 22
|
|
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
|
AP_GENPLIST= YES
|
|
|
|
|
SHORTMODNAME= authnz_external
|
|
|
|
|
|
|
|
|
|
PORTDOCS= AUTHENTICATORS INSTALL README \
|
|
|
|
|
CHANGES UPGRADE INSTALL.HARDCODE
|
|
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
|
. for f in ${PORTDOCS}
|
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
|
. endfor
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|