13 lines
311 B
Makefile
13 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/05/02 07:48:59 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.4.0
|
|
TRYTOND_MODULE = purchase
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = productivity/tryton/account \
|
|
productivity/tryton/account_invoice \
|
|
productivity/tryton/account_product \
|
|
productivity/tryton/stock
|
|
|
|
.include <bsd.port.mk>
|