1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/finance/trytond_stock_forecast/Makefile
2013-05-21 06:24:16 +00:00

26 lines
707 B
Makefile

# $FreeBSD$
PORTNAME= trytond_stock_forecast
PORTVERSION= 2.4.0
PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias@petermann.it
COMMENT= Tryton Application Platform (Stock Forecast Module)
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
trytond>=2.4.0:${PORTSDIR}/finance/trytond \
trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \
trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company
CONFLICTS= trytond_stock_forecast-2.[68].*
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>