Tweak finance/trytond28_account_asset version 2.8.0_1
[dports.git] / finance / trytond28_account_asset / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond28_account_asset
5 PORTVERSION=    2.8.0
6 PORTREVISION=   1
7 CATEGORIES=     finance python
8 MASTER_SITES=   https://pypi.python.org/packages/source/t/trytond_account_asset/ \
9                 http://downloads.tryton.org/${PORTVERSION:R}/
10 DISTNAME=       trytond_account_asset-${PORTVERSION}
11
12 MAINTAINER=     matthias@petermann-it.de
13 COMMENT=        Tryton Application Platform (Account Asset Module)
14
15 LICENSE=        GPLv3
16
17 RUN_DEPENDS=    trytond28_product>=2.8.0:${PORTSDIR}/finance/trytond28_product \
18                 trytond28_account_invoice>=2.8.2:${PORTSDIR}/finance/trytond28_account_invoice
19
20 CONFLICTS=      trytond_account-2.[46].*
21
22 USES=           python
23 USE_PYTHON=     distutils autoplist
24
25 .include <bsd.port.mk>