freebsd-ports/finance/trytond_stock_inventory_location/Makefile

25 lines
618 B
Makefile
Raw Normal View History

# Created by: Matthias Petermann <matthias@petermann-it.de>
# $FreeBSD$
PORTNAME= trytond_stock_inventory_location
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 Inventory Location Module)
LICENSE= GPLv3
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
CONFLICTS= trytond28_stock_inventory_location-2.8.*
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>