2013-09-21 01:36:50 +02:00
|
|
|
|
# Created by: Jos<6F> Garc<72>a Juanino <jjuanino@gmail.com>
|
2007-04-13 18:26:57 +02:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
PORTNAME= mod_authnz_external
|
2009-05-20 03:18:50 +02:00
|
|
|
|
PORTVERSION= 3.1.2
|
2010-05-18 06:08:05 +02:00
|
|
|
|
PORTREVISION= 2
|
2007-04-13 18:26:57 +02:00
|
|
|
|
CATEGORIES= www
|
2014-01-14 22:14:46 +01:00
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
|
PKGNAMESUFFIX= 22
|
2012-08-18 16:29:08 +02:00
|
|
|
|
DIST_SUBDIR= apache2
|
2007-04-13 18:26:57 +02:00
|
|
|
|
|
2009-05-18 02:01:02 +02:00
|
|
|
|
MAINTAINER= eg@fbsd.lt
|
2007-04-13 18:26:57 +02:00
|
|
|
|
COMMENT= Allows users authentication based on external mechanisms on apache 2.2
|
|
|
|
|
|
2014-01-14 22:14:46 +01:00
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
|
2007-04-13 18:26:57 +02:00
|
|
|
|
USE_APACHE= 22
|
2012-08-18 16:29:08 +02:00
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
|
AP_GENPLIST= yes
|
2007-04-13 18:26:57 +02:00
|
|
|
|
SHORTMODNAME= authnz_external
|
2009-05-20 11:45:25 +02:00
|
|
|
|
PROJECTHOST= mod-auth-external
|
2007-04-13 18:26:57 +02:00
|
|
|
|
|
|
|
|
|
PORTDOCS= AUTHENTICATORS INSTALL README \
|
|
|
|
|
CHANGES UPGRADE INSTALL.HARDCODE
|
|
|
|
|
|
|
|
|
|
post-install:
|
2013-12-15 23:11:20 +01:00
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2007-04-13 18:26:57 +02:00
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|