716b5be35b
- Bump PortREVISION - Set LICENSE - Allow apache 22+ - DAPACHE2 isn't needed anymore - consolidate post-patch and patches into one - unmute install command - remove unused files/Makefiel - handle remote_ip vs client_ip PR: 193941 Submitted by: dan@sunsaturn.com (with mods) With Hat: apache@
32 lines
682 B
Makefile
32 lines
682 B
Makefile
# Created by: mbr@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_auth_mysql
|
|
PORTVERSION= 3.0.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/modauthmysql/modauthmysql/${PORTVERSION}
|
|
PKGNAMESUFFIX= _another
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Allows users to use MySQL databases for user authentication
|
|
|
|
LICENSE= APACHE10
|
|
|
|
USE_MYSQL= yes
|
|
USE_APACHE= 22+
|
|
|
|
SHORTMODNAME= mysql_auth
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
AP_INC= ${LOCALBASE}/include/mysql
|
|
AP_LIB= ${LOCALBASE}/lib/mysql
|
|
AP_EXTRAS= -lmysqlclient -lz -lm
|
|
|
|
PORTDOCS= CONFIGURE CHANGES
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|