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