2013-08-10 15:58:22 +02:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-09-19 15:39:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond_stock_supply_forecast
|
2013-08-10 15:58:22 +02:00
|
|
|
PORTVERSION= 2.4.1
|
2014-02-09 16:09:54 +01:00
|
|
|
PORTREVISION= 1
|
2012-09-19 15:39:34 +02:00
|
|
|
CATEGORIES= finance python
|
2013-05-20 10:00:57 +02:00
|
|
|
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
|
2012-09-19 15:39:34 +02:00
|
|
|
|
2013-08-10 15:58:22 +02:00
|
|
|
MAINTAINER= matthias@petermann-it.de
|
2012-09-19 15:39:34 +02:00
|
|
|
COMMENT= Tryton Application Platform (Stock Supply Forecast Module)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
|
|
trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \
|
|
|
|
trytond_stock_forecast>=2.4.0:${PORTSDIR}/finance/trytond_stock_forecast
|
|
|
|
|
2013-11-20 18:20:57 +01:00
|
|
|
CONFLICTS= trytond28_stock_supply_forecast-2.8.*
|
2013-05-19 16:53:37 +02:00
|
|
|
|
2012-09-19 15:39:34 +02:00
|
|
|
USE_PYTHON= yes
|
2014-02-09 16:09:54 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-09-19 15:39:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|