14 lines
332 B
Makefile
14 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.18 2015/12/23 08:06:37 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 3.2.5
|
|
|
|
TRYTOND_MODULE = account_invoice
|
|
|
|
RUN_DEPENDS = productivity/tryton/account_product \
|
|
productivity/tryton/company \
|
|
productivity/tryton/currency \
|
|
productivity/tryton/party \
|
|
productivity/tryton/product
|
|
|
|
.include <bsd.port.mk>
|