9 lines
212 B
Makefile
9 lines
212 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/11/02 14:29:38 ajacoutot Exp $
|
|
|
|
TRYTOND_MODULE = product_cost_fifo
|
|
|
|
RUN_DEPENDS = productivity/tryton/product>=2.2.0 \
|
|
productivity/tryton/stock>=2.2.0
|
|
|
|
.include <bsd.port.mk>
|