aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_cookie_mysql/Makefile
blob: 5a3f850a3ce4ad50db8c40d5b7b9faf21288cbf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    mod_auth_cookie_mysql
# Date created:             Tue Oct  7
# Whom:                 Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$

PORTNAME=   mod_auth_cookie_mysql
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://sheepkiller.nerim.net/ports/${PORTNAME}/
# Original Location: http://www.qwk.net/opensource/mod_auth_cookie_mysql/mod_auth_cookie_mysql.tar.gz
DIST_SUBDIR=    apache

MAINTAINER= apache@FreeBSD.org
COMMENT=    Allows authentication against a MySQL database via a secure cookie

DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=    2012-01-01

MAKE_JOBS_SAFE=  yes

USE_MYSQL=  YES

# If someone can test it with MySQL 4.1 ;-)
IGNORE_WITH_MYSQL=  41

USE_APACHE= 13

AP_FAST_BUILD=  YES
AP_INC?=    ${LOCALBASE}/include/mysql
AP_LIB?=    ${LOCALBASE}/lib/mysql -lmysqlclient -lz

post-install:
    @(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.so)
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${MKDIR} ${EXAMPLESDIR}
    @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/authform.tmpl ${EXAMPLESDIR}
    @${INSTALL_DATA} ${WRKSRC}/putcookie.cgi ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>