2013-11-18 16:11:55 +01:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-09-19 15:31:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond_stock_inventory_location
|
|
|
|
PORTVERSION= 2.4.0
|
2014-02-09 16:09:54 +01:00
|
|
|
PORTREVISION= 1
|
2012-09-19 15:31:42 +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:31:42 +02:00
|
|
|
|
|
|
|
MAINTAINER= matthias@petermann.it
|
|
|
|
COMMENT= Tryton Application Platform (Stock Inventory Location Module)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
|
|
trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
|
|
|
|
|
2013-11-20 18:20:57 +01:00
|
|
|
CONFLICTS= trytond28_stock_inventory_location-2.8.*
|
2013-05-19 16:53:37 +02:00
|
|
|
|
2012-09-19 15:31:42 +02:00
|
|
|
USE_PYTHON= yes
|
2014-02-09 16:09:54 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-09-19 15:31:42 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|