diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 11:55:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 11:55:09 +0000 |
commit | 3cfbd81593846a5746a44e6d176e93c2ce38b0ac (patch) | |
tree | 5e3b61dc4478be21d339b5b3dcc31a547aa9a4f0 /finance/trytond_ldap_connection | |
parent | 4f74670b697385de6fb3224771c48f0e1156a8a2 (diff) |
Notes
Diffstat (limited to 'finance/trytond_ldap_connection')
-rw-r--r-- | finance/trytond_ldap_connection/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/finance/trytond_ldap_connection/Makefile b/finance/trytond_ldap_connection/Makefile index ad79c9830a7e..e2f33214dc9b 100644 --- a/finance/trytond_ldap_connection/Makefile +++ b/finance/trytond_ldap_connection/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: trytond_ldap_connection -# Date created: 09 September, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_ldap_connection PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (LDAP Connection Module) @@ -18,6 +13,8 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ ${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.10:${PORTSDIR}/net/py-ldap2 +CONFLICTS= trytond_ldap_connection-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |