freebsd-ports/devel/py-repoze.what/Makefile
Martin Wilke 288b5df808 repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
identification).

On the one hand, it enables an authorization system based on the
groups to which the `authenticated or anonymous` user belongs and
the permissions granted to such groups by loading these groups
and permissions into the request on the way in to the downstream
WSGI application.

And on the other hand, it enables you to manage your groups and
permissions from the application itself or another program, under
a backend-independent API. For example, it would be easy for you
to switch from one back-end to another, and even use this framework
to migrate the data.

WWW:	http://what.repoze.org/docs/1.x/

PR:		ports/137459
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-08-07 20:09:06 +00:00

24 lines
628 B
Makefile

# New ports collection makefile for: py-repoze.what
# Date created: 3rd August,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= repoze.what
PORTVERSION= 1.0.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Authorization for WSGI applications
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
${PYTHON_PKGNAMEPREFIX}repoze.who-testutil>=0:${PORTSDIR}/devel/py-repoze.who-testutil
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>