10 lines
230 B
Makefile
10 lines
230 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/05/02 07:48:59 ajacoutot Exp $
|
|
|
|
TRYTOND_MODULE = analytic_invoice
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = productivity/tryton/account_invoice \
|
|
productivity/tryton/analytic_account
|
|
|
|
.include <bsd.port.mk>
|