openbsd-ports/productivity/tryton/analytic_sale/Makefile
ajacoutot 57aba9ad25 Import trytond-module-analytic_sale-2.0.0.
This is the "analytic_sale" module of the Tryton application platform.
It adds analytic account on sale lines.

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

10 lines
232 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:12:16 ajacoutot Exp $
MODPY_EGG_VERSION = 2.0.0
TRYTOND_MODULE = analytic_sale
RUN_DEPENDS = productivity/tryton/analytic_invoice \
productivity/tryton/sale
.include <bsd.port.mk>