4a19d6948d
This is the "calendar_classification" module for the Tryton application platform. It handles classification of event. from Christian Rueger with some tweaks ok jasper@
9 lines
204 B
Makefile
9 lines
204 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/23 10:13:28 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.0.0
|
|
TRYTOND_MODULE = calendar_classification
|
|
|
|
RUN_DEPENDS = productivity/tryton/calendar
|
|
|
|
.include <bsd.port.mk>
|