diff options
author | wen <wen@FreeBSD.org> | 2013-05-19 10:55:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-19 10:55:02 +0800 |
commit | 78fff47ff8cd2e7033ba0209e469f59069791208 (patch) | |
tree | 1f0b6c6c0ca37830b77967b004725ab00ee1b7a7 /finance | |
parent | 9feb113f16310ae378e0aebc9d24f784b95b2a74 (diff) | |
download | freebsd-ports-gnome-78fff47ff8cd2e7033ba0209e469f59069791208.tar.gz freebsd-ports-gnome-78fff47ff8cd2e7033ba0209e469f59069791208.tar.zst freebsd-ports-gnome-78fff47ff8cd2e7033ba0209e469f59069791208.zip |
- Update MASTER_SITES and COMMENT
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance')
-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 |