18 lines
618 B
Makefile
18 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:45 wiz Exp $
|
|
TRYTON_MODULE_NAME= trytond_ldap_authentication
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
CATEGORIES= databases python
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|