2016-12-04 22:12:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2016/12/04 21:13:00 rodent Exp $
|
2015-03-15 01:17:34 +01:00
|
|
|
TRYTON_MODULE_NAME= trytond_account_fr
|
2014-06-25 08:03:36 +02:00
|
|
|
.include "../../devel/py-trytond/Makefile.common"
|
2014-05-15 07:33:45 +02:00
|
|
|
CATEGORIES= finance python
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.tryton.org/
|
|
|
|
COMMENT= The account_fr module of the Tryton application platform
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
2016-12-04 22:12:58 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-party-siret>=${TRYTON_BASEVER}:../../misc/py-trytond-party-siret
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
|
2014-05-15 07:33:45 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2015-08-24 16:49:41 +02:00
|
|
|
REPLACE_PYTHON+= tests/test_account_fr.py tests/__init__.py
|
|
|
|
|
2014-05-15 07:33:45 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|