semarie 8ad3383ac0 reimport productivity/tryton at version 5.0
it is currently only a subset of official tryton modules.
for now, it is not linked in tree.

OK aja@
2018-12-03 12:28:12 +00:00

13 lines
250 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/12/03 12:28:19 semarie Exp $
MODPY_EGG_VERSION = 5.0.1
TRYTON_MODULE = account_dunning
TRYTON_DEPENDS += account \
company \
party
RUN_DEPENDS += databases/py-sql${MODPY_FLAVOR}
.include <bsd.port.mk>