4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
681 B
Makefile
25 lines
681 B
Makefile
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trytond28_ldap_connection
|
|
PORTVERSION= 2.8.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_ldap_connection/ \
|
|
http://downloads.tryton.org/${PORTVERSION:R}/
|
|
DISTNAME= trytond_ldap_connection-${PORTVERSION}
|
|
|
|
MAINTAINER= matthias@petermann.it
|
|
COMMENT= Tryton Application Platform (LDAP Connection Module)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= trytond28>=2.8.2:finance/trytond28 \
|
|
${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:net/py-ldap
|
|
|
|
CONFLICTS= trytond_ldap_connection-2.[46].*
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|