2013-08-10 16:05:57 +02:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-09-19 15:34:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond_stock_lot
|
2013-08-10 16:05:57 +02:00
|
|
|
PORTVERSION= 2.4.1
|
2014-02-09 16:09:54 +01:00
|
|
|
PORTREVISION= 1
|
2012-09-19 15:34:09 +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:34:09 +02:00
|
|
|
|
2013-08-10 16:05:57 +02:00
|
|
|
MAINTAINER= matthias@petermann-it.de
|
2012-09-19 15:34:09 +02:00
|
|
|
COMMENT= Tryton Application Platform (Stock Lot Module)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= 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
|
|
|
|
|
2013-11-20 18:20:57 +01:00
|
|
|
CONFLICTS= trytond28_stock_lot-2.8.*
|
2013-05-19 16:53:37 +02:00
|
|
|
|
2014-10-20 19:18:18 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2012-09-19 15:34:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|