|
Lines 8-19
Link Here
|
| 8 |
# Shamelessly stolen from will's mod_auth_any port. |
8 |
# Shamelessly stolen from will's mod_auth_any port. |
| 9 |
|
9 |
|
| 10 |
PORTNAME= mod_auth_kerb |
10 |
PORTNAME= mod_auth_kerb |
| 11 |
PORTVERSION= 5.0.r6 |
11 |
PORTVERSION= 5.1 |
| 12 |
PORTREVISION= 1 |
|
|
| 13 |
CATEGORIES= www |
12 |
CATEGORIES= www |
| 14 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
| 15 |
MASTER_SITE_SUBDIR=modauthkerb |
14 |
MASTER_SITE_SUBDIR=modauthkerb |
| 16 |
DISTNAME= mod_auth_kerb-5.0-rc6 |
|
|
| 17 |
|
15 |
|
| 18 |
MAINTAINER= apache@FreeBSD.org |
16 |
MAINTAINER= apache@FreeBSD.org |
| 19 |
COMMENT= An Apache module for authenticating users with Kerberos v5 |
17 |
COMMENT= An Apache module for authenticating users with Kerberos v5 |
|
Lines 24-30
Link Here
|
| 24 |
# (i.e., HTTP over SSL/TLS). Thus, we require as a dependency |
22 |
# (i.e., HTTP over SSL/TLS). Thus, we require as a dependency |
| 25 |
# a version of Apache which can do this. |
23 |
# a version of Apache which can do this. |
| 26 |
# |
24 |
# |
| 27 |
USE_APACHE= 13 |
25 |
USE_APACHE= 1.3+ |
|
|
26 |
USE_GMAKE= yes |
| 28 |
# Don't fsck with CFLAGS |
27 |
# Don't fsck with CFLAGS |
| 29 |
CFLAGS:= |
28 |
CFLAGS:= |
| 30 |
GNU_CONFIGURE= yes |
29 |
GNU_CONFIGURE= yes |