|
Lines 6-20
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= mod_auth_mysql |
8 |
PORTNAME= mod_auth_mysql |
| 9 |
PORTVERSION= 1.9.1 |
9 |
PORTVERSION= 1.10 |
| 10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
| 11 |
MASTER_SITES= http://www.heuer.org/mod_auth_mysql/ \ |
11 |
MASTER_SITES= http://www.heuer.org/mod_auth_mysql/old/ |
| 12 |
http://www.heuer.org/mod_auth_mysql/old/ |
|
|
| 13 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
12 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
| 14 |
EXTRACT_SUFX= .tgz |
13 |
EXTRACT_SUFX= .tgz |
| 15 |
DIST_SUBDIR= apache22 |
14 |
DIST_SUBDIR= apache22 |
| 16 |
|
15 |
|
| 17 |
MAINTAINER= apache@FreeBSD.org |
16 |
MAINTAINER= mm@FreeBSD.org |
| 18 |
COMMENT= MySQL-based authentication module with VirtualHost support |
17 |
COMMENT= MySQL-based authentication module with VirtualHost support |
| 19 |
|
18 |
|
| 20 |
LATEST_LINK= mod_auth_mysql2 |
19 |
LATEST_LINK= mod_auth_mysql2 |
|
Lines 27-32
Link Here
|
| 27 |
AP_INC+= ${LOCALBASE}/include/mysql |
26 |
AP_INC+= ${LOCALBASE}/include/mysql |
| 28 |
AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient |
27 |
AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient |
| 29 |
|
28 |
|
|
|
29 |
.if defined(WITH_OPENSSL) |
| 30 |
USE_OPENSSL= yes |
| 31 |
AP_EXTRAS+= -DMYSQL_USE_SSL |
| 32 |
.endif |
| 33 |
|
| 30 |
.if !defined(NOPORTDOCS) |
34 |
.if !defined(NOPORTDOCS) |
| 31 |
PORTDOCS= INSTALL example_data.html htpasswd.sql |
35 |
PORTDOCS= INSTALL example_data.html htpasswd.sql |
| 32 |
.endif |
36 |
.endif |