1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/mod_authnz_external22/Makefile
Olli Hauer bee4b23473 - move www/mod_authnz_external to www/mod_authnz_external22
to reflect the supported Apache version

- add enty to MOVED / UPDATING (+ white space cleanup)

with hat apahe@
2014-01-14 21:14:46 +00:00

31 lines
668 B
Makefile

# Created by: José García Juanino <jjuanino@gmail.com>
# $FreeBSD$
PORTNAME= mod_authnz_external
PORTVERSION= 3.1.2
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= 22
DIST_SUBDIR= apache2
MAINTAINER= eg@fbsd.lt
COMMENT= Allows users authentication based on external mechanisms on apache 2.2
LICENSE= APACHE20
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:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>