2013-11-18 16:11:55 +01:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-09-19 14:08:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond_account_be
|
|
|
|
PORTVERSION= 2.4.0
|
|
|
|
CATEGORIES= finance python
|
2013-05-20 10:00:57 +02:00
|
|
|
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
|
2012-09-19 14:08:56 +02:00
|
|
|
|
|
|
|
MAINTAINER= matthias@petermann.it
|
2013-05-19 04:55:02 +02:00
|
|
|
COMMENT= Tryton Application Platform (Belgian Account Chart)
|
2012-09-19 14:08:56 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
|
|
trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account
|
|
|
|
|
2013-05-19 04:55:02 +02:00
|
|
|
CONFLICTS= trytond_account-2.[68].*
|
|
|
|
|
2012-09-19 14:08:56 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|