14 lines
300 B
Makefile
14 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.5 2015/09/29 10:52:30 sthen Exp $
|
|
|
|
MODPY_EGG_VERSION = 3.2.3
|
|
|
|
TRYTOND_MODULE = account_payment
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = productivity/tryton/account \
|
|
productivity/tryton/company \
|
|
productivity/tryton/currency \
|
|
productivity/tryton/party
|
|
|
|
.include <bsd.port.mk>
|