openbsd-ports/databases/py-ldap/Makefile
mbalmer fc3bf6e6a8 Updated to version 2.0.6 of python-ldap
Merged the examples subpackage into the main package
Enabled sasl2 support by default

ok alek@
2004-12-18 14:28:35 +00:00

43 lines
924 B
Makefile

# $OpenBSD: Makefile,v 1.6 2004/12/18 14:28:35 mbalmer Exp $
SHARED_ONLY= Yes
COMMENT= "LDAP client API for Python"
VERSION= 2.0.6
DISTNAME= python-ldap-${VERSION}
PKGNAME= py-ldap-${VERSION}
CATEGORIES= databases
HOMEPAGE= http://python-ldap.sourceforge.net/
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# Python
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
WANTLIB= crypto ssl
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
LIB_DEPENDS= ldap_r.7,lber.7::databases/openldap \
sasl2.2::security/cyrus-sasl2
MODULES= lang/python
EXAMPLESDIR= ${PREFIX}/share/examples/py-ldap
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
cd ${WRKSRC}; tar cf - Demo | tar xf - -C ${EXAMPLESDIR}
do-regress: fake
@cd ${WRKSRC}/Tests/Lib && ${MAKE_ENV} \
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
${MODPY_BIN} ./test_ldapurl.py
.include <bsd.port.mk>