diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-05-04 14:09:58 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-05-04 14:09:58 +0000 |
commit | 14f1b18fe5350c557f383c11bbc29344d8237f02 (patch) | |
tree | 96286d2de0fa19cf735f5f784cf13366c4a804d4 /mail/tpop3d | |
parent | 614bb476b13c51f07dd46b8ce8913def7ec6450a (diff) | |
download | ports-14f1b18fe5350c557f383c11bbc29344d8237f02.tar.gz ports-14f1b18fe5350c557f383c11bbc29344d8237f02.zip |
Notes
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 8 | ||||
-rw-r--r-- | mail/tpop3d/distinfo | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 8c007a9948f3..83249dbecb96 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tpop3d -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.1 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ @@ -16,6 +16,9 @@ MAINTAINER= chris@shagged.org .if !defined(WITHOUT_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif +.if defined(WITH_LDAP) +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +.endif # perl authentication .if defined(WITH_PERLAUTH) @@ -33,6 +36,9 @@ CONFIGURE_ARGS+= --enable-auth-mysql --with-mysql-root=${LOCALBASE} .if defined(WITH_PERLAUTH) CONFIGURE_ARGS+= --enable-auth-perl .endif +.if defined(WITH_LDAP) +CONFIGURE_ARGS+= --enable-auth-ldap --with-openldap-root=${LOCALBASE} +.endif .if !defined(WITHOUT_MAILDIR) CONFIGURE_ARGS+= --enable-mbox-maildir .endif diff --git a/mail/tpop3d/distinfo b/mail/tpop3d/distinfo index fa4efe83c1a4..5eb71e56b010 100644 --- a/mail/tpop3d/distinfo +++ b/mail/tpop3d/distinfo @@ -1 +1 @@ -MD5 (tpop3d-1.3.5.tar.gz) = eff74888de7196fe945ae9036095a284 +MD5 (tpop3d-1.4.1.tar.gz) = 5520b6f791a0862f0d2d0b53f707a669 |