freebsd-ports/www/py-Products.PloneLDAP/Makefile
Ruslan Makhmatkhanov b0bdf33f31 Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW

All changes are non-functional.
2013-09-23 12:52:16 +00:00

24 lines
621 B
Makefile

# Created by: Lawrence Stewart <lstewart@FreeBSD.org>
# $FreeBSD$
PORTNAME= Products.PloneLDAP
PORTVERSION= 1.1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
DIST_SUBDIR= zope
USE_PYTHON= -2.7
USE_PYDISTUTILS=easy_install
NO_STAGE= yes
.include <bsd.port.mk>