bebd09ff1b
This is the "project_revenue" module for the Tryton application platform. from Christian Rueger with some tweaks ok jasper@
11 lines
263 B
Makefile
11 lines
263 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:14:39 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.0.0
|
|
TRYTOND_MODULE = project_revenue
|
|
|
|
RUN_DEPENDS = productivity/tryton/project \
|
|
productivity/tryton/product \
|
|
productivity/tryton/timesheet
|
|
|
|
.include <bsd.port.mk>
|