openbsd-ports/productivity/tryton/sale/Makefile
ajacoutot 8da278d90f Import trytond-module-sale-2.0.1.
This is the "sale" module for the Tryton application platform.
it defines sale order and adds to product sale informations as well as
defining the sale price as the list price.
<...>

from Christian Rueger with some tweaks
ok jasper@
2011-06-23 10:15:46 +00:00

12 lines
304 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:15:46 ajacoutot Exp $
TRYTOND_MODULE = sale
RUN_DEPENDS = productivity/tryton/account \
productivity/tryton/account_invoice \
productivity/tryton/account_product \
productivity/tryton/product \
productivity/tryton/stock
.include <bsd.port.mk>