Update finance/R-cran-tseries to version 0.10.37
[dports.git] / finance / trytond28_stock / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond28_stock
5 PORTVERSION=    2.8.9
6 CATEGORIES=     finance python
7 MASTER_SITES=   CHEESESHOP \
8                 http://downloads.tryton.org/${PORTVERSION:R}/
9 DISTNAME=       trytond_stock-${PORTVERSION}
10
11 MAINTAINER=     matthias@petermann-it.de
12 COMMENT=        Tryton Application Platform (Stock Module)
13
14 LICENSE=        GPLv3
15
16 RUN_DEPENDS=    trytond28_party>=2.8.0:finance/trytond28_party \
17                 trytond28_product>=2.8.0:finance/trytond28_product \
18                 trytond28_company>=2.8.0:finance/trytond28_company \
19                 trytond28_currency>=2.8.0:finance/trytond28_currency
20
21 CONFLICTS=      trytond_stock-2.[46].*
22
23 USES=           python
24 USE_PYTHON=     distutils autoplist
25
26 .include <bsd.port.mk>