it is currently only a subset of official tryton modules. for now, it is not linked in tree. OK aja@
13 lines
250 B
Makefile
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>
|