freebsd-ports/www/py-Products.PloneLDAP/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

23 lines
624 B
Makefile

# Created by: Lawrence Stewart <lstewart@FreeBSD.org>
# $FreeBSD$
PORTNAME= Products.PloneLDAP
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
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
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>