aboutsummaryrefslogblamecommitdiff
path: root/www/mod_auth_external2/Makefile
blob: 6d58a4868ba352380d0a3984f58b5f83c6becd97 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                             


                                 
                      
                 
                   

                          
                       
 
                                  

                                                                        

                           
                        
 
                           

                   
                             
 
                                             
 


                     

                                                                         
 
                      
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$

PORTNAME=	mod_auth_external
PORTVERSION=	2.2.11
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	GOGLE_CODE
PKGNAMESUFFIX=	2
DIST_SUBDIR=	apache2

MAINTAINER=	apache@FreeBSD.org
COMMENT=	Allows users authentication based on external mechanisms

BROKEN=		unfetchable

LICENSE=	APACHE20

USES=		apache:2.2+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	auth_external

PORTDOCS=	AUTHENTICATORS INSTALL README

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>