2012-09-22 23:15:50 +02:00
|
|
|
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
2003-10-14 12:57:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_external
|
2007-03-19 21:01:47 +01:00
|
|
|
PORTVERSION= 2.2.11
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-14 12:57:45 +02:00
|
|
|
CATEGORIES= www
|
2013-12-15 13:58:07 +01:00
|
|
|
MASTER_SITES= GOGLE_CODE
|
|
|
|
PKGNAMESUFFIX= 2
|
2012-08-18 16:29:08 +02:00
|
|
|
DIST_SUBDIR= apache2
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-10-14 12:57:45 +02:00
|
|
|
COMMENT= Allows users authentication based on external mechanisms
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2012-09-22 23:15:50 +02:00
|
|
|
USE_APACHE= 22
|
2012-08-18 16:29:08 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2006-02-14 12:41:12 +01:00
|
|
|
SHORTMODNAME= auth_external
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2003-12-21 19:40:44 +01:00
|
|
|
PORTDOCS= AUTHENTICATORS INSTALL README
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2004-07-11 11:18:44 +02:00
|
|
|
post-install:
|
2013-12-15 13:58:07 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2005-12-04 17:39:10 +01:00
|
|
|
.include <bsd.port.mk>
|