openbsd-ports/productivity/tryton/analytic_account/Makefile
ajacoutot ea958392dc Import trytond-module-analytic_account-2.0.0.
This is the "analytic_account" module for the Tryton application
platform.
It adds financial and accounting modules with:
    - Analytic accounting with any number of analytic charts

And report:
    - Analytic account balance

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

10 lines
229 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:11:28 ajacoutot Exp $
MODPY_EGG_VERSION = 2.0.0
TRYTOND_MODULE = analytic_account
RUN_DEPENDS = productivity/tryton/account \
productivity/tryton/company
.include <bsd.port.mk>