0cfafbbaa1
Merged the updates from the new package to the old one. Updated the Tryton dependency which uses it.
20 lines
748 B
Makefile
20 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/12/04 22:02:00 rodent Exp $
|
|
TRYTON_MODULE_NAME= trytond_web_user
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
CATEGORIES= python www
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://www.tryton.org/
|
|
COMMENT= The web_user module of the Tryton application platform
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
|
|
DEPENDS+= ${PYPKGPREFIX}-bcrypt-[0-9]*:../../security/py-bcrypt
|
|
DEPENDS+= ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|