openbsd-ports/www/mod_auth_mysql/Makefile

34 lines
719 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.21 2013/03/11 11:44:43 espie Exp $
COMMENT= Apache MySQL authentication module
REVISION= 8
VERSION= 3.2
DISTNAME= mod_auth_mysql-${VERSION}
CATEGORIES= www
HOMEPAGE= http://sourceforge.net/projects/mod-auth-mysql
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-auth-mysql/}
MODULES+= apache-module
# Apache license
PERMIT_PACKAGE_CDROM= Yes
2010-11-22 03:36:47 -05:00
WANTLIB += lib/mysql/mysqlclient>=10
2010-11-11 07:35:09 -05:00
MODAPACHE_NAME= auth_mysql
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= databases/mysql
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
post-build:
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
do-install:
${INSTALL_MAN_DIR} ${PREFIX}/share/doc/mod_auth_mysql
${INSTALL_MAN} ${WRKSRC}/{README,USAGE} ${PREFIX}/share/doc/mod_auth_mysql
${MODAPACHE_INSTALL}
.include <bsd.port.mk>