diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-10 15:47:58 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-10 15:47:58 +0000 |
commit | 022611dcd6f3b5d4737e89e3d03995592c85f43d (patch) | |
tree | d020afcd9c993c518411d6a10914c4f596e8450d /www/mod_vhost_ldap | |
parent | 1fa985ba023148cc7a3223875aeec752abf6d391 (diff) | |
download | ports-022611dcd6f3b5d4737e89e3d03995592c85f43d.tar.gz ports-022611dcd6f3b5d4737e89e3d03995592c85f43d.zip |
Notes
Diffstat (limited to 'www/mod_vhost_ldap')
-rw-r--r-- | www/mod_vhost_ldap/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_vhost_ldap/Makefile b/www/mod_vhost_ldap/Makefile index abbed1de7787..76ac5a4871a3 100644 --- a/www/mod_vhost_ldap/Makefile +++ b/www/mod_vhost_ldap/Makefile @@ -9,17 +9,18 @@ PORTNAME= mod_vhost_ldap PORTVERSION= 0.2.4 CATEGORIES= www MASTER_SITES= http://alioth.debian.org/download.php/1113/ -DIST_SUBDIR= apache2 -USE_BZIP2= YES DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION} +DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Virtual Hosting from ldap built on top of mod_ldap +USE_BZIP2= YES +USE_OPENLDAP= YES + WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES -USE_OPENLDAP= YES AP_LIB+= ${LOCALBASE}/lib -lldap AP_EXTRAS+= -DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/${PORTVERSION}\\\" |