diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 02:55:02 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 02:55:02 +0000 |
commit | 8b858b6aa1f9a73204e8fd746ec34458dd5b8400 (patch) | |
tree | 1f0b6c6c0ca37830b77967b004725ab00ee1b7a7 /finance/trytond_account_be | |
parent | 83fb7b5a40233ebc05bbe1eacdcba5a3554bf754 (diff) | |
download | ports-8b858b6aa1f9a73204e8fd746ec34458dd5b8400.tar.gz ports-8b858b6aa1f9a73204e8fd746ec34458dd5b8400.zip |
Notes
Diffstat (limited to 'finance/trytond_account_be')
-rw-r--r-- | finance/trytond_account_be/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/finance/trytond_account_be/Makefile b/finance/trytond_account_be/Makefile index 39728bc7f749..b90af011f241 100644 --- a/finance/trytond_account_be/Makefile +++ b/finance/trytond_account_be/Makefile @@ -1,19 +1,21 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_account_be PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ \ + http://downloads2.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it -COMMENT= The chart of account which is used in Belgium +COMMENT= Tryton Application Platform (Belgian Account Chart) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account +CONFLICTS= trytond_account-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |