10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/06/20 16:04:12 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.0.0
|
|
TRYTOND_MODULE = calendar
|
|
REVISION = 1
|
|
|
|
RUN_DEPENDS = textproc/py-vobject
|
|
|
|
.include <bsd.port.mk>
|