mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
215f343b44
rules is a tiny but powerful app providing object-level permissions to Django, without requiring a database. At its core, it is a generic framework for building rule-based systems, similar to decision trees. It can also be used as a standalone library in other contexts and frameworks. WWW: https://github.com/dfunckt/django-rules PR: 239102 Submitted by: Alexander Sieg <alex@xanderio.de>
21 lines
356 B
Makefile
21 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rules
|
|
DISTVERSION= 2.0.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alex@xanderio.de
|
|
COMMENT= Awesome Django authorization, without the database
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|