9 lines
216 B
Makefile
9 lines
216 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/11/02 14:29:39 ajacoutot Exp $
|
|
|
|
TRYTOND_MODULE = timesheet
|
|
|
|
RUN_DEPENDS = productivity/tryton/company>=2.2.0 \
|
|
productivity/tryton/company_work_time>=2.2.0
|
|
|
|
.include <bsd.port.mk>
|