c41212a0e8
This is the "carrier" module of the Tryton application platform. ok jasper@
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/02 08:27:55 ajacoutot Exp $
|
|
|
|
TRYTOND_MODULE = carrier
|
|
|
|
RUN_DEPENDS = productivity/tryton/party \
|
|
productivity/tryton/product
|
|
|
|
.include <bsd.port.mk>
|