# $NetBSD: Makefile,v 1.8 2016/12/04 21:13:05 rodent Exp $ TRYTON_MODULE_NAME= trytond_party .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python MAINTAINER= rodent@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Party module of the Tryton application platform LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-trytond-country>=${TRYTON_BASEVER}:../../geography/py-trytond-country DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond USE_LANGUAGES= # none REPLACE_PYTHON+= tests/test_party.py .include "options.mk" .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"