openbsd-ports/productivity/tryton/project_revenue/Makefile
ajacoutot bebd09ff1b Import trytond-module-project_revenue-2.0.0.
This is the "project_revenue" module for the Tryton application
platform.

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

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>