mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
23 lines
651 B
Makefile
23 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/03/15 00:17:35 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-[0-9]*:../../geography/py-trytond-country
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../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"
|