openbsd-ports/productivity/tryton/stock/Makefile
ajacoutot ee33ef51e5 Import trytond-module-stock-2.0.1.
This is the "stock" module for the Tryton application platform.
Stock Management and Inventory Control with:
<...>

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

11 lines
257 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:16:32 ajacoutot Exp $
TRYTOND_MODULE = stock
RUN_DEPENDS = productivity/tryton/company \
productivity/tryton/currency \
productivity/tryton/party \
productivity/tryton/product
.include <bsd.port.mk>