1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/mod_authnz_external/Makefile
Li-Wen Hsu 8d1d60ef93 - Utilize MASTER_SITE_GOOGLE_CODE
Submitted by:	pgollucci@
Approved by:	Edmondas Girkantas <eg AT fbsd.lt> (maintainer)
2009-05-20 09:45:25 +00:00

35 lines
781 B
Makefile

# New ports collection makefile for: mod_authnz_external
# Date created: March 26, 2007
# Whom: José García Juanino <jjuanino@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mod_authnz_external
PORTVERSION= 3.1.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= apache22
MAINTAINER= eg@fbsd.lt
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
PROJECTHOST= mod-auth-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>