openbsd-ports/productivity/tryton/account_statement/Makefile
ajacoutot a6b8d21e08 Import trytond-module-account_statement-2.0.0.
This is the "account_statement" module for the Tryton application
platform.
It provides financial and accounting modules with:
    - Statement
    - Statement journal

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

9 lines
197 B
Makefile

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