diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 03:28:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 03:28:57 +0000 |
commit | 3bd5dcbae460d2e603937fc048222d86c6f8336c (patch) | |
tree | 2dd68d28b67f9a08ad1eefd99655ab7e12aa7e57 /french/trytond_account_fr | |
parent | 29ba1f26b3a8416caedbef421cba71e45f6070b1 (diff) | |
download | ports-3bd5dcbae460d2e603937fc048222d86c6f8336c.tar.gz ports-3bd5dcbae460d2e603937fc048222d86c6f8336c.zip |
Notes
Diffstat (limited to 'french/trytond_account_fr')
-rw-r--r-- | french/trytond_account_fr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/french/trytond_account_fr/Makefile b/french/trytond_account_fr/Makefile index a51a1cd10418..184a2c6a4f74 100644 --- a/french/trytond_account_fr/Makefile +++ b/french/trytond_account_fr/Makefile @@ -1,19 +1,20 @@ -# Created by: Matthias Petermann<matthias@petermann.it> # $FreeBSD$ PORTNAME= trytond_account_fr PORTVERSION= 2.4.0 CATEGORIES= french finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it -COMMENT= The chart of account which is used in France +COMMENT= Tryton Application Platform (French 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_fr-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |