pkgsrc/databases/py-trytond-ldap-authentication/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

19 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/01/04 20:52:45 wiz Exp $
TRYTON_MODULE_NAME= trytond_ldap_authentication
PKGREVISION= 1
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= databases python
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tryton.org/
COMMENT= LDAP authentication module of the Tryton application platform
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-ldap3-[0-9]*:../../databases/py-ldap3
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"