openbsd-ports/productivity/tryton/product_cost_fifo/Makefile

11 lines
238 B
Makefile
Raw Normal View History

2012-05-02 03:48:59 -04:00
# $OpenBSD: Makefile,v 1.6 2012/05/02 07:48:59 ajacoutot Exp $
MODPY_EGG_VERSION = 2.4.0
TRYTOND_MODULE = product_cost_fifo
2012-05-02 03:48:59 -04:00
REVISION = 0
2012-05-02 03:48:59 -04:00
RUN_DEPENDS = productivity/tryton/product \
productivity/tryton/stock
.include <bsd.port.mk>