2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Lawrence Stewart <lstewart@FreeBSD.org>
|
2012-05-20 11:40:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.PloneLDAP
|
|
|
|
PORTVERSION= 1.1
|
2014-02-15 12:09:52 +01:00
|
|
|
PORTREVISION= 1
|
2012-05-20 11:40:26 +02:00
|
|
|
CATEGORIES= www python zope
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-15 12:09:52 +01:00
|
|
|
DIST_SUBDIR= zope
|
2012-05-20 11:40:26 +02:00
|
|
|
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
|
|
COMMENT= LDAP/Active Directory support for Plone
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.LDAPMultiPlugins>=1.10:${PORTSDIR}/devel/py-Products.LDAPMultiPlugins \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:${PORTSDIR}/devel/py-Products.LDAPUserFolder
|
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2012-05-20 11:40:26 +02:00
|
|
|
.include <bsd.port.mk>
|