0fae22cf16
packages to version 3.4.x. May this not break anything (although i feel it might).
22 lines
774 B
Makefile
22 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/03/15 00:17:35 rodent Exp $
|
|
TRYTON_MODULE_NAME= trytond_bank
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
CATEGORIES= finance python
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tryton.org/
|
|
COMMENT= Bank module of the Tryton application platform
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= tests/test_bank.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|