Tweak finance/trytond_account_stock_continental version 2.4.3_1
[dports.git] / finance / trytond_account_stock_continental / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond_account_stock_continental
5 PORTVERSION=    2.4.3
6 PORTREVISION=   1
7 CATEGORIES=     finance python
8 MASTER_SITES=   http://downloads.tryton.org/${PORTVERSION:R}/
9
10 MAINTAINER=     matthias@petermann-it.de
11 COMMENT=        Tryton Application Platform (Account Stock Continental Module)
12
13 LICENSE=        GPLv3
14
15 RUN_DEPENDS=    trytond>=2.4.0:${PORTSDIR}/finance/trytond \
16                 trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \
17                 trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
18
19 CONFLICTS=      trytond28_account_stock_continental-2.8.*
20
21 USES=           python
22 USE_PYTHON=     distutils autoplist
23
24 .include <bsd.port.mk>