a6b8d21e08
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@
9 lines
197 B
Makefile
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>
|