10 lines
227 B
Makefile
10 lines
227 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/02 14:15:36 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.6.0
|
|
TRYTOND_MODULE = ldap_authentication
|
|
|
|
RUN_DEPENDS = databases/py-ldap \
|
|
productivity/tryton/ldap_connection
|
|
|
|
.include <bsd.port.mk>
|