mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- add an option to enable ldap support
Submitted by: lstewart (via mail)
This commit is contained in:
parent
79ed41a8a0
commit
b764dd0bff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299983
@ -24,10 +24,19 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFPlacefulWorkflow>=0:${PORTSDIR}/
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.openid>=0:${PORTSDIR}/security/py-plone.app.openid \
|
||||
${PYTHON_PKGNAMEPREFIX}wicked>=0:${PORTSDIR}/textproc/py-wicked
|
||||
|
||||
OPTIONS_DEFINE= LDAP
|
||||
OPTIONS_EXCLUDE=NLS DOCS
|
||||
|
||||
DIST_SUBDIR= zope
|
||||
PYDISTUTILS_PKGNAME= Plone
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}plone.app.ldap>=1.2.6:${PORTSDIR}/www/py-plone.app.ldap
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user