11 lines
240 B
Makefile
11 lines
240 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/05/02 07:48:59 ajacoutot Exp $
|
|
|
|
MODPY_EGG_VERSION = 2.4.0
|
|
TRYTOND_MODULE = ldap_authentication
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = databases/py-ldap \
|
|
productivity/tryton/ldap_connection
|
|
|
|
.include <bsd.port.mk>
|