Update finance/trytond28_carrier_percentage to version 2.8.0_1
[dports.git] / finance / trytond28_analytic_invoice / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond28_analytic_invoice
5 PORTVERSION=    2.8.0
6 PORTREVISION=   1
7 CATEGORIES=     finance python
8 MASTER_SITES=   https://pypi.python.org/packages/source/t/trytond_analytic_invoice/ \
9                 http://downloads.tryton.org/${PORTVERSION:R}/
10 DISTNAME=       trytond_analytic_invoice-${PORTVERSION}
11
12 MAINTAINER=     matthias@petermann-it.de
13 COMMENT=        Tryton Application Platform (Analytic Invoice Module)
14
15 LICENSE=        GPLv3
16
17 RUN_DEPENDS=    trytond28_analytic_account>=2.8.0:${PORTSDIR}/finance/trytond28_analytic_account \
18                 trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice
19
20 CONFLICTS=      trytond_analytic_invoice-2.[46].*
21
22 USE_PYTHON=     yes
23 USE_PYDISTUTILS=        yes
24 PYDISTUTILS_AUTOPLIST=  yes
25 PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
26
27 .include <bsd.port.mk>