2004-08-08 09:53:35 +00:00
|
|
|
# New ports collection makefile for: mod_auth_cookie_mysql2
|
|
|
|
# Date created: Sun Aug 8 2004
|
|
|
|
# Whom: clement
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_cookie_mysql2
|
2005-09-11 10:39:35 +00:00
|
|
|
PORTVERSION= 0.5
|
2004-08-08 09:53:35 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://home.digithi.de/digithi/dev/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
DIST_SUBDIR= apache2
|
|
|
|
|
2004-08-18 16:21:55 +00:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-08-08 09:53:35 +00:00
|
|
|
COMMENT= Allows authentication against a MySQL database via a secure cookie
|
|
|
|
|
|
|
|
USE_MYSQL= YES
|
2005-05-22 14:12:14 +00:00
|
|
|
# If someone can test it with MySQL 5.0 ;-)
|
2006-07-05 02:30:58 +00:00
|
|
|
IGNORE_WITH_MYSQL= 50
|
2004-08-08 09:53:35 +00:00
|
|
|
|
2005-12-04 16:22:33 +00:00
|
|
|
USE_APACHE= 20+
|
2004-08-08 09:53:35 +00:00
|
|
|
|
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
|
|
|
AP_INC?= ${LOCALBASE}/include/mysql
|
|
|
|
AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz
|
2005-09-11 10:39:35 +00:00
|
|
|
PORTDOCS= mod_auth_cookie_mysql.html
|
2004-08-08 09:53:35 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
2005-12-04 16:22:33 +00:00
|
|
|
.include <bsd.port.mk>
|