diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-09-24 09:13:35 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-09-24 09:13:35 +0000 |
commit | 0f58d58a02a3da645febb830e1cc26d8005591c5 (patch) | |
tree | 492aeda5e79868c4492aa3116625c58d0312f007 /security/cyrus-sasl2-ldapdb | |
parent | a5258bc007b08d73c9923b746971d5c2abf33fed (diff) | |
download | ports-0f58d58a02a3da645febb830e1cc26d8005591c5.tar.gz ports-0f58d58a02a3da645febb830e1cc26d8005591c5.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-rw-r--r-- | security/cyrus-sasl2-ldapdb/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile index 19ddfbd41ccc..3e5764eb8d1f 100644 --- a/security/cyrus-sasl2-ldapdb/Makefile +++ b/security/cyrus-sasl2-ldapdb/Makefile @@ -6,9 +6,8 @@ # PORTNAME= ldapdb -PORTVERSION= 2.1.23 +PORTVERSION= 2.1.25 #PORTREVISION= 0 -PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \ @@ -20,12 +19,15 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= SASL LDAPDB auxprop plugin +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CYRUS_SASL2_DIR=${MASTERDIR}/../cyrus-sasl2 DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo PATCHDIR= ${CYRUS_SASL2_DIR}/files -INSTALL_WRKSRC= ${WRKDIR}/${DISTNAME}/plugins +INSTALL_WRKSRC= ${WRKSRC}/plugins USE_LDCONFIG= yes @@ -53,7 +55,8 @@ CONFIGURE_ARGS+=--with-dblib=none \ --disable-krb4 \ --disable-ntlm \ --disable-otp \ - --disable-plain + --disable-plain \ + --disable-scram CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE} |