ee33ef51e5
This is the "stock" module for the Tryton application platform. Stock Management and Inventory Control with: <...> from Christian Rueger with some tweaks ok jasper@
11 lines
257 B
Makefile
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>
|