c6b846f14f
and fix mod_security packaging while there "go ahead" steven@
35 lines
803 B
Makefile
35 lines
803 B
Makefile
# $OpenBSD: Makefile,v 1.11 2007/06/30 15:32:30 simon Exp $
|
|
|
|
COMMENT= "Apache MySQL authentication module"
|
|
|
|
VERSION= 3.2
|
|
DISTNAME= mod_auth_mysql-${VERSION}
|
|
PKGNAME= ${DISTNAME}p2
|
|
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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODAPACHE_NAME= auth_mysql
|
|
|
|
LIB_DEPENDS= lib/mysql/mysqlclient.>=10::databases/mysql
|
|
|
|
NO_REGRESS= 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>
|