1e2495ea49
LDAP support with group management has been added as a Trac extension. This extension enables to use existing LDAP groups to grant permissions rather than defining permissions for every single user on the system. The latest release also permits to store permissions (both users and groups permissions) in the LDAP directory itself rather than in the SQL backend. ok okan@
38 lines
788 B
Makefile
38 lines
788 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/01 16:11:47 merdely Exp $
|
|
|
|
COMMENT= ldap authentication plugin for trac
|
|
|
|
V= 0.5.1
|
|
DISTNAME= trac-ldapplugin-$V-svn2637
|
|
PKGNAME= trac-ldapplugin-$V
|
|
CATEGORIES= www devel
|
|
|
|
MAINTAINER= Michael Erdely <merdely@openbsd.org>
|
|
|
|
HOMEPAGE= http://trac-hacks.org/wiki/LdapPlugin
|
|
|
|
MASTER_SITES= http://meta-planets.net/~openbsd/ \
|
|
http://www.phxbsd.com/OpenBSD/ \
|
|
http://spacehopper.org/m/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::www/trac \
|
|
::databases/py-ldap
|
|
|
|
BUILD_DEPENDS= ::devel/py-setuptools \
|
|
::lang/python/2.4
|
|
|
|
NO_REGRESS= Yes
|
|
WRKDIST= ${WRKDIR}/ldapplugin/0.10
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
.include <bsd.port.mk>
|